asp.net
asp.net
Event Sequence...
Event Name
~~~~~~~~~~~
1. PreInit(PreInitalization)
Description
~~~~~~~~~~~~
Occurs prior to the initilization of the page.
a. IsCallBack, IsPostBack, IsCrossPagePost back
is set.
b. Allows us to set Master page and Page Theme D
ynamically
c. Used when working with dynamic control.
2.Init(Initalization)
nts of the
rom the
3.InitComplete
omplete.
4.PreLoad
5.Load
pens for
orms.
_____________________________________________________________________________
Above are the Application and page level events. Now the page will be loaded
_____________________________________________________________________________
6. Control Events
an drop
7.Load Complete
s are
8.PreRender
e
9.PreRenderComplete
s
10.Unload
11.Error
occured.