WebDialog, IFrame and Page_Load issue

4 replies. Last post: November 4, 2011 4:14 PM by Jim Dresser
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Jim DresserMember

I'm using your WebDialog to load a .aspx page (using the IFrame method).  It works great.  On the parent page, clicking a WebButton calls some javascript code, that opens the dialog.  (code came from one of your samples).  The Dialog opens, and loads the child .aspx page.

This child .aspx page goes through the .NET page life cycle (Page_Load....).   So far, everything is great.

Then, close the dialog.

Finally, if I click the button to open the dialog again, the IFrame page (the clild page) DOES NOT go through the page life cycle again.  The child page is just opened again, with the state that it was in when it was closed.

 

How wo I get the child page (an IFrame page inside your dialog box), to go through the entire page lifecycle EVERY TIME the dialog is opened?  

Let me know if you need a sample project.

Thanks - Jim

All times are GMT -5. The time now is 3:57 PM.
Previous Next