Sunday, March 11, 2012

ModalPopUp disappears on postback!

Nope, however any server code executed by a control in the panel should know to called the Modal's Show method at the end... in theory :)

I think the easiest solution for you is to wrap the contents of the panel in an updatepanel. Should solve your problem pretty easily.Clarification: wrap the contents of the panel, not the panel itself.


Hi,

you can call the Show() method on the server side, from the modal popup instance, to show the popup after the postback.

No comments:

Post a Comment