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
Describe Segmentation With Paging?
What does session_start () do?
What is the function of the ViewState property?
What is applicatio domain?
How many types of sessions in asp.net?
What is viewstate parameter?
Which .NET framework supports Web API?
What are different types of api?
What are the ways to sending the data in ASP.NET page?
Describe session handling in a webfarm?
Is there any alternative to avoid name collisions other then Namespaces?
What is __ requestverificationtoken?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is slidemaster?
Where is asp.net view state stored?