page_load() is being called twice
-
hello all when i call a webpage what i h notice that page_load () of that page is being called twice. i m using master page and also a basic page for common funcationality .can any one tell me the reason and suggest any solution regard masood
-
hello all when i call a webpage what i h notice that page_load () of that page is being called twice. i m using master page and also a basic page for common funcationality .can any one tell me the reason and suggest any solution regard masood
Hi there, When an event handler like the Page_Load runs twice, it makes me think that the handler is registered to the event twice. You might want to double check this thing by looking at the
AutoEventWireup
attribute in the Page directive, also your sample code. Since you didn't post your sample code and the ASP.NET markup, so I cannot give you more information.