ASP.NET page_load is not firing in IFrame?

Posted by Ramesh on Stack Overflow See other posts from Stack Overflow or by Ramesh
Published on 2010-03-16T09:13:22Z Indexed on 2010/03/16 9:16 UTC
Read the original article Hit count: 211

Filed under:

In my asp.net web application,I use IFrames to show another page inside one page.But the problem is that the page load event of the embedded page in the IFrame is not firing when the Iframe is shown by clicking on a button in the parent page.I use the IFrame's visibility is true/false to show or hide the Iframe.I am confused what is happening there.Can somebody solve my problem....

© Stack Overflow or respective owner

Related posts about ASP.NET