Explain Page life cycle

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


Please Help Members By Posting Answers For Below Questions

What is Forms Authentication in ASP.NET?

586


what are the Custom controls in asp.net?

572


What is is post back property in asp net?

540


What do you mean by marshalbyref?

646


What is the significance of attaching a profile while creating a user?

569






What do you understand from custom control?

613


explain code with datachaching with example

1702


What are the ways to sending the data in ASP.NET page?

571


Define view state.

554


What is the difference between stored procedure vs function?

581


What are the Types of state management techniques

560


How you can access the properties and controls of master pages from content pages?

515


Why is asp.net so popular?

513


What is the difference between Hash table and Array list?

376


What is the use of placeholder control?

553