|
What do you mean by page loads? I don't understand. And without understanding the question, I can only give you bad answers. For example, if you want to ensure that your Page_Load event handler is running, you could add some debug info ( Response.Write("I got to line 13!<br>"); ), or you could set a breakline, and then attach to the aspnet_wp processes.
|