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
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is xaml? Are xaml file compiled or built on runtime?
What is the difference between typeof() vs gettype()?
What is the difference between user control an custom control?
What r the asp.net list controls and diff. Between them?
What is the difference between a candidate key and primary key?
Define the term Web Garden?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is the significance of attaching a profile while creating a user?
Is asp.net mvc still used? : Asp.Net MVC
explain code with multi inhertance
What are the types of validation in asp net?
Explain the advantages of passport authentication.
A Web Service Can Only Be Written In .net. Is it True??