Asp.net Page Life Cycle
At each stage of page lifecycle, page raises some events which are:- PreInit Init InitComplete LoadViewSTATE PreLoad Load LoadComplete PreRender PreRenderComplete SaveStateComplete UnLoad PreInit · 1st event of Page Life Cycle · Check IsPostBack Property Whether Page Is PostBack · Set Theme and Master Page Init · Control Property is set · Control tree is built InitComplete · Allow Tracking of View STATE LoadViewSTATE · View State information is loaded PreLoad ...