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
Explain the use of view state?
Is asp.net mvc front end or backend? : Asp.Net MVC
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain file-based dependency and key-based dependency.
What is the parent class of all the web server control?
Describe session handling in a webfarm?
What are the different types of sessions in asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
What is a session in asp.net?
How would you get asp.net running in apache web servers? Explain it's limitations.
Write a code snippet to implement the indentation in json in web api.
What is a session in programming?
What is a SESSION and APPLICATION object?