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
How does session work in asp net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is asp.net localization?
Write a code for passing ArrayList in Web API?
Can more than one person use the same login?
What is data control in asp.net?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the disadvantages of view state?
What is the difference between dispose() and finalize()?
What is a proxy in web service?
What is Partial PostBack in ASP.NET?
Define transparent caching with aop?
Do gac'ed assemblies have fulltrust?
Define a static class?
how can create login from create and written conde in asp.net