Monday, March 26, 2012

ATLAS UpdatePanel and parent/child windows

Hope someone can help me... I have a parent window that contains an UpdatePanel and from that parent window I open a child window or modal dialog window...

Is there a way when the child window closes to cause an UpdatePanel in the parent window to update/fire..?

Any help would be great..!

You can use JavaScript to submit the form containing the Update Panel, (for,submit()). You may also like to have a hidden input that indicates that the submission was done due to window closing. This will enable you to check for the hidden input on the server and call UpdatePanel.Update method on the server.

No comments:

Post a Comment