Hello,
I am relatively new to ASP as well, but here is my first suggestion. The error that you are receiving is really just telling you that it can't give you the real error message. If you go into your web.config file and then add or modify the following setting: <customErrors mode="Off"/> you can see more informative error messages. (You will probably want to change this back to "ON" or "REMOTEONLY "...
User Profile
Collapse
-
No Page_Load event when loading .aspx page into iframe
Hello,
I am working on an ASP .NET application in Visual Studio 2005 and running
IE7.
This application has a page that contains an iframe which loads an .aspx
page and hyperlinks that load the iframe with different .aspx pages. The
HTML/mark up for the .aspx pages executes every time, but the Page_Load
events for the pages never run (on initial load or subsequent loads).
...Last edited by jhardman; Oct 14 '07, 04:27 AM. Reason: put code in code tags. Please use code tags in the future, notice button marked - # -
No activity results to display
Show More
Leave a comment: