Microsoft Technology - DOTNET FRAMEWORK,C#,ASP.NET,VB.NET
Monday, June 15, 2009
ASP .Net Page Life Cycle
CODE:
1: Init() - when the page is instantiated 2: Load() - when the page is loaded into server memory 3: PreRender() - the brief moment before the page is displayed to the user as HTML 4: Unload() - when page finishes loading.
No comments:
Post a Comment