Hi,
We have a report generator in which a popupmodal panel is invoked when the user presses the Save button. This popup modal is on a master page that supports the several pages of the report generator. When the user presses the OK button on the panel, the OK handler is raised and the report save. The PageLoad event is raised in the child page, but both Page.IsPostback, Page.IsCallback, master.ScriptMgr.InInAsyncPostBack are all false. This causes the page to reinitialize and delete the users changes.
I have a few questions.
1) Is this the expected behavior?
2) if so, what is the best way to proceed.
Thanks,
Jerry