Answer Posted / shankar
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 ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is a 401 redirect?
How does ASP.NET framework maps client side events to Server side events.?
Explain the main function of razor in asp.net? : asp.net mvc
To bind columns manually which tags do you need to add within the asp:datagrid ?
What are the different method of navigation in asp.net?
What is simple data binding?
What is a viewstate?
Can asp.net work on an nt server?
Which dll handles the request of .aspx page?
What is server infrastructure?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the features of asp net?
What is the difference between session and viewstate?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?