Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At ASP.NET course this week
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00678785
Message ID:
00691650
Vues:
15
>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform