Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
At ASP.NET course this week
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00678785
Message ID:
00691650
Views:
16
>>>Page_int fire once when the page is created, but page_load fires every time the page is loaded (or refreshed)
>>
>>Need clarification on this one. The ASP.NET page will be created each time it is requested or posted back. AFAIK, there cannot be a page_load without a page_init.
>
>A comment in the code is this paper
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen7/html/usingaspnetwithvfp7.asp
>"The Page_Load event is run when the ASP.NET page is first loaded and every time it is refreshed."
>
>Confirms what the instructor in the class said. Page_load fires on refresh.

My point was about the page_init. Page_init will fire as well on every refresh because of the stateless nature of the internet.
Previous
Reply
Map
View

Click here to load this message in the networking platform