Default Page Load Event Calling Every time any page navigate of the site

Problem: Default Page Load Event Calling Every time any page navigate of the site.
Solution: IT happens only if you have any "img" tag with 'scr=" " ' in this case the iis will redirect the response to the default page of the site and then again it will go to your calling page. but increase the extra load of excuting default page's page_load event.

Comments

Popular posts from this blog

To Move items from one ListBox to another Listbox

Receive Json Web response in C#