Answer Posted / urvashi sharma
While excuting the page, it will go under the fallowing
steps(or fires the events) which collectivly known as Page
Life cycle.
Page_Init -- Page Initialization
LoadViewState -- View State Loading
LoadPostData -- Postback data processing
Page_Load -- Page Loading
RaisePostDataChangedEvent -- PostBack Change Notification
RaisePostBackEvent -- PostBack Event Handling
Page_PreRender -- Page Pre Rendering Phase
SaveViewState -- View State Saving
Page_Render -- Page Rendering
Page_UnLoad -- Page Unloading
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain Areas in MVC?
Explain what is an abstract class?
How to do state management in ASP.NET?
Where is asp.net view state stored?
Name the two properties are on every validation control?
Define a web service in .net?
What are the advantages of passport authentication?
What is skin in asp.net?
Define application state variable and session state variable?
What is the difference between union and structure?
What is the use of autowireup in asp.net?
Explain Life cycle of ASP.NET page when a request is made.
What is the difference between rest and restful?
What are the parts of an http response?
Difference between web user control and web custom control?