Explain the life cycle of an ASP .NET page.

Answers were Sorted based on User's Feedback



Explain the life cycle of an ASP .NET page. ..

Answer / kunwar pal singh

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 ?    8 Yes 1 No

Explain the life cycle of an ASP .NET page. ..

Answer / kinkar nag

1. PreInit
2. Init
3. InitComplete
4. PreLoad
5. Load
6. Load Complete
7. PreRender
8. SaveStateComplete
9. Render
10.Unload

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the need of client side and server side validation ?

1 Answers   Keane India Ltd,


when is the role performed by IIS sever when ever a request send from browser

0 Answers  


How to find out what version of asp.net I am using on my machine?

0 Answers  


What is a viewstate?

0 Answers  


When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory

2 Answers   PCS,






Define authentication and authorization.

0 Answers  


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


What is a 404 redirect?

0 Answers  


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


Asp.net - How to find last error which occurred?

1 Answers   Abacus,


What is the Difference between user and server controls?

5 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,


Categories