Page Life Cycle in ASP.NET

Answers were Sorted based on User's Feedback



Page Life Cycle in ASP.NET..

Answer / alb.shah

1.Page_Init
2.LoadViewState
3.LoadPostData
4.Page_Load
5.RaisePostDataChangedEvent
6.RaisePostBackEvent
7.Page_PreRender
8.SaveViewState
9.Page_Render
10.Page_UnLoad

Is This Answer Correct ?    13 Yes 2 No

Page Life Cycle in ASP.NET..

Answer / neha jain

Following is the sequence in which the events occur :-
√ Page_Init.
√ Page_Load.
√ Control events
√ Page_Unload event.
Page_init event only occurs when first time the page is
started , but Page_Load occurs in
subsequent request of the page.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How to remove cache object in asp.net?

2 Answers   TVS,


How to make paging concepts in datagrid in ASP.NET?

0 Answers   Sans Pareil IT Services,


what is Satellite Assembly?

2 Answers  


What are the server controls in asp.net?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred? Why?

2 Answers  


What is odata in web api?

0 Answers  


What is master page in dtp?

0 Answers  


How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How can we create pie chart in asp.net?

0 Answers  


where should write the connection string Show that it will apply whole pages in the website

5 Answers   Symco,


What is the difference between session and viewstate?

0 Answers  


Categories