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

Can you use c# without .net?

550


What is page request in asp.net?

528


Describe session handling in a webfarm, how does it work and what are the limits?

585


What is viewstate? In which event of the page life cycle, is the viewstate available?

605


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

497






What is _viewstart?

510


What is .net remoting?

571


What is a web farm?

600


Describe the events in the life cycle of a web application.

603


What are the two properties that are common on every validation control?

559


What is the difference between union and join?

565


Does google crawl redirects?

521


What are the three parts of an http response?

534


How use Xml data in ASP.net?

563


What are the server controls in asp.net?

460