Thread: My Page Load Event Is Firing More Then Once
My Page Load Event Is Firing More Then
Once
2006-02-13 00:51:33
Can anyone tell me why my page load event is firing more
then once? I
have a asp.net 2.0 page with four user controls and it seems
that the
user controls are loading but the page load event seems to
be firing
either for each control that is loaded or it just seems to
be firing
off more then it should on a the page load.
My Page Load Event Is Firing More Then
Once
2006-02-14 16:21:53
all page loads (page and controls) would fire. So even if
you press a
button in a control the page load of the page will also
fire, as well
as every other control's page load.
marty