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
Is data edited in the Repeater control?
How you will manage the state of ASP.NET controls?
Which adapter should you use, if you want to get the data from an access database?
How can you send an email message from an asp.net web page?
Why should i prefer JSP over asp.net or any other web development language..??
What is the default timeout for a cookie?
Mention the execution process for managed code?
Which asp.net objects encapsulate the state of the client and the browser?
What is odata in web api?
If 200 is for all successful operation then why do we have 201 response codes?
What is a user session?
What is the difference between debug and release?
Are cookies stored on server or client?
Explain some of the major built-in objects in asp.net
What is difference between ispostback and autopostback in asp net?