page loaded twice
Posted: Tue Dec 14, 2004 3:44 pm
Hi!
Whenever I include a WebChart into my page, the page is loaded twice.
Meaning the Load Event of the Page occurs twice and therefore the
Page_Load function is called twice.
My Page_Load function and functions that are called by this contain a
lot of complicated operations and a double call of this function means
loss of speed - which I am desperately trying to improve.
When I leave out the WebChart or set its visibility to false, the
Page_Load is only called once as it should be.
Even in a Page that only contains a WebChart, the error occurs.
And even if I call that page seperately, with copying the SessionId and
stuff, the load function is called double.
If I move this Page with only the WebChart to another directory, the
error does not occur, even if the Global.asax.* files are there.
That's why I can't give a link to an error file.
I upgraded to 1.1.1769.19457, but still loaded double.
Has anybody got any clue, what the problem could be?
Thanks in advance
Werner
Whenever I include a WebChart into my page, the page is loaded twice.
Meaning the Load Event of the Page occurs twice and therefore the
Page_Load function is called twice.
My Page_Load function and functions that are called by this contain a
lot of complicated operations and a double call of this function means
loss of speed - which I am desperately trying to improve.
When I leave out the WebChart or set its visibility to false, the
Page_Load is only called once as it should be.
Even in a Page that only contains a WebChart, the error occurs.
And even if I call that page seperately, with copying the SessionId and
stuff, the load function is called double.
If I move this Page with only the WebChart to another directory, the
error does not occur, even if the Global.asax.* files are there.
That's why I can't give a link to an error file.
I upgraded to 1.1.1769.19457, but still loaded double.
Has anybody got any clue, what the problem could be?
Thanks in advance
Werner