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 are the advantages of asp.net mvc framework? : asp.net mvc

530


Fetch one page value to another page without using state-managment ?

523


Is asp.net outdated?

522


What is the difference between abstract class vs interface? Can give me the real time examples?

482


Which two new properties are added in asp.net 4.0 page class?

517






What is a form tag?

499


What are sessions used for?

546


What is the typical session identifier?

567


List the advantages and disadvantages of user control an custom control?

524


What are strong names?

577


What is asp.net version?

519


What is meant by ispostback in asp net?

535


What are the steps to follow to host a web application on a web server?

584


Explain the overview of asp.net?

558


Distinguish between Server-side and Client-side code with its functionality?

617