I\'m using Microsoft AjaxControlToolkit for modal popup window.
And on a modal popup window, when a postback occurred, the window was closing. How do I prevent from
You can call Show() method during postback to prevent the modal popup window from closing
Show()
MyModalPopoupExtender.Show()