WebPart

  • Thread starter Thread starter Arnab das
  • Start date Start date
A

Arnab das

I am working in asp.net webpart.I want to show the delete warning
message in a modal popup.
How can I achieve this?
 
Hello Arnab,

How would you did this without webpart?! the same way

I'd recommend to use Modal Popup from AJAX toolkits

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Ad> I am working in asp.net webpart.I want to show the delete warning
Ad> message in a modal popup.
Ad> How can I achieve this?
 
Hello Arnab,

How would you did this without webpart?! the same way

I'd recommend to use Modal Popup from AJAX toolkits

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

Ad> I am working in asp.net webpart.I want to show the delete warning
Ad> message in a modal popup.
Ad> How can I achieve this?

Yaa , I know the use of Modal Popup from AJAX toolkits.But in
ModalPopup you have to give target controlid which corresponds to a
button . In webpart how would i achieve this?
 
Hello Arnab,

just store the Button.ControlID and then refer to this control by enumerating
all controls on the page

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


Hello Arnab,

How would you did this without webpart?! the same way

I'd recommend to use Modal Popup from AJAX toolkits

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

Ad> I am working in asp.net webpart.I want to show the delete warning
Ad> message in a modal popup.
Ad> How can I achieve this?
Ad> Yaa , I know the use of Modal Popup from AJAX toolkits.But in
Ad> ModalPopup you have to give target controlid which corresponds to a
Ad> button . In webpart how would i achieve this?
Ad>
 
Hello Arnab,

just store the Button.ControlID and then refer to this control by enumerating
all controls on the page

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

Ad>


Hello Arnab,
How would you did this without webpart?! the same way
I'd recommend to use Modal Popup from AJAX toolkits
---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
Ad> I am working in asp.net webpart.I want to show the delete warning
Ad> message in a modal popup.
Ad> How can I achieve this?

Ad> Yaa , I know the use of Modal Popup from AJAX toolkits.But in
Ad> ModalPopup you have to give target controlid which corresponds to a
Ad> button . In  webpart how would i achieve  this?
Ad>- Hide quoted text -

- Show quoted text -

In webpart there is no such button for deleting.
I have just added a webpart manager ,and webpart zone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top