Hello,

I show a form in the modal pop up which has several drop down lists in it. The problem is that if i select nething from the drop down list then my selected index change event fires and my form gets refresh..how to overcome this problem??

Can we use modal pop up wherein there are multiple post backs?? I also tried adding update panels etc...please help me out.

Thanks,
Rohan

Recommended Answers

All 3 Replies

Can ne one please help me out....

Thanks,
Rohan

post some code

Yes, you can use it for multiple postback.
Use below code to display Modal Popup after postback event. This code should be part of that event only.

Like in my case, I am using drop down list in model popup. So, i will use
ModalPopupExtender1.Show()
Here, ModalPopupExtender1 is the id of my modal popup.

By,
[snip]

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.