Page_Load Even Fired Twice in Google Chrome
May 9th, 2010
No comments
I came across this issue on a fairly complex page – user controls added dynamically, UpdatePanels, plenty of AJAX… etc.
It was one of the suggestions from StackOverflow that helped me solve this problem. In my case additional Page events firing twice was due to blank values for the “src” property of one of the “img” elements in resulting HTML mark-up.
Categories: Client Side