welcome folks
FAQ in android,FAQ in dotnet,DotNet, C#,DOT NET CODE, ASP.NET, VB.NET, TRICKS,Dotnetcode,Android and Latest Technology Articles in VB,Android and ASP.NET

Wednesday, August 15, 2012

Page life cycle of ASP.Net 3.5


§  Page-PreInit: Check whether page is post back/First time.
§  Init: It is used Initialization of all controls.
§  Init Complete: Version 2.0 after. It is raised by Page Object.
§  Pre Load: Perform processing on page.
§  Load Event: set Properties of controls establishing database.
§  Control Events: Handle the entire control event in the page (Button, text etc.)
§             Load Complete: All other controls on the page Loaded.
§  Pre Render Event: call (raised) each control on the page.
§  Save State Information: saving all view state and control state information for the page.
§  Render Event: At this stage of processing the web page, the page object calls the method on each control.
§  Unload Event: it is used to cleaning all specific controls (ex: Disconnect DB)

No comments:

Post a Comment