Explain Page life cycle

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


Please Help Members By Posting Answers For Below Questions

How do I open an ashx file in windows 7?

562


How to improve performance of web application asp.net mvc? : Asp.Net MVC

479


What’s difference between “optimistic” and “pessimistic” locking?

569


What are url fragments?

494


in which protocol ASP.NET WEB API Work?

604






Explain what is the procedure to create the environment for asp.net? : asp.net mvc

526


What is difference between viewstate and session in asp net?

552


How can you pass multiple complex types in Web API?

559


What is application session?

495


What is the parent class of all web server control?

529


What are the different properties of server control that exists?

554


What is a proxy in web service?

551


What is difference between view and partial view?

495


How does windows service lifecycle differ from a .standard. Exe?

504


How is it possible for .NET to support many languages?

290