Actually, I found the answer to my own problem. It occured for me in the
html. We had an external javascript file included in the control we used for
the page header. Under certain situations, it would be written out as double
quotes without the file name. That caused the page to load twice. I assure
you that was not an easy find.
I have heard other instances of similiar problems with malformed html or css.
Hope that helps.
"Greg Johnson" wrote:
Hi,
I currently have it set to false.
Thanks,
Ed
I'm seeing the same thing. I have AutoEventWireup also set to false,
yet I see Page_Init and Page_Load getting called twice in Firefox. In
IE, it only gets called once. A bug in Firefox?