Xpode.com        Click here to Print this article.

What are the Events of Request Life Cycle of Page in case of Page, Master Page & User control

1.    BeginRequest – HttpModule
2.    AuthenticateRequest – HttpModule
3.    PostAuthenticateRequest – HttpModule
4.    PostAuthorizeRequest – HttpModule
5.    ResolveRequestCache – HttpModule
6.    PostResolveRequestCache – HttpModule
7.    PostMapRequestHandler – HttpModule
8.    AcquireRequestState – HttpModule
9.    PostAcquireRequestState – HttpModule
10.    PreRequestHandlerExecute – HttpModule
11.    PreInit – Page
12.    Init – ChildUserControl
13.    Init – UserControl
14.    Init – MasterPage
15.    Init – Page
16.    InitComplete – Page
17.    LoadPageStateFromPersistenceMedium - Page
18.    ProcessPostData (first try) – Page
19.    PreLoad – Page
20.    Load – Page
21.    Load – MasterPage
22.    Load – UserControl
23.    Load – ChildUserControl
24.    ProcessPostData (second try) – Page
25.    RaiseChangedEvents – Page
26.    RaisePostBackEvent – Page
27.    Click - Button – ChildUserControl
28.    DataBinding – Page
29.    DataBinding – MasterPage
30.    DataBinding – UserControl
31.    DataBinding – ChildUserControl
32.    LoadComplete – Page
33.    PreRender – Page
34.    PreRender – MasterPage
35.    PreRender – UserControl
36.    PreRender – ChildUserControl
37.    PreRenderComplete – Page
38.    SaveViewState – Page
39.    SavePageStateToPersistenceMedium – Page
40.    SaveStateComplete – Page
41.    Unload – ChildUserControl
42.    Unload – UserControl
43.    Unload – MasterPage
44.    Unload – Page
45.    PostRequestHandlerExecute – HttpModule
46.    ReleaseRequestState – HttpModule
47.    PostReleaseRequestState – HttpModule
48.    UpdateRequestCache – HttpModule
49.    PostUpdateRequestCache – HttpModule
50.    EndRequest – HttpModule
51.    PreSendRequestHeaders – HttpModule
52.    PreSendRequestContent - HttpModule






Contributed by:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.

Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=185

Click here to go on website