Posts

Showing posts with the label Asp.net 2.0 pagelifecycle

Asp.net 2.0 Page Lifecycle

PreInit | Themse Initialized , Master Pages applied, controls skins applied, | Init | InitCompleted | CreateChildControls (if IsPostBack) Control/ViewStateLoaded(if IsPostBack) | PreLoad | Load | Server-Side Events Fired(If IsPostBack) | LoadComplete | CreateChildControls(If !IsPostBack) | PreRender | PreRenderComplete | Control/ViewState Saved | Render | Unload