Wednesday, March 21, 2012

Question regarding updatepanel and modal popup

Good morning everyone I have a question regarding a page that I am working on at the moment. My project uses one masterpage. On this masterpage I have placed a modal popup extender which is called from several content pages. On one of my content pages I have placed an update panel. When I call the show method of the modal popup extender from the update panel the data that is being retrieved in the modal popup, does not appear. I have tried removing the update panel and calling the show and it works fine. What exactly am I missing or not doing?

Thanks in advance.

Wrap the ModalPopupExtender's Panel with another UpdatePanel.


Thank you for your response, I appreciate it. I did actualluy figure out that this was the cause.

No comments:

Post a Comment