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 an Eventbubbling?

3 Answers   DSS,


In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What is the difference between session and viewstate?

0 Answers  


What is difference cookie and session?

0 Answers  


Can u able to get the xml document in crystal report if yes how its possible

2 Answers  






Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   Patni,


What is SilverLight in ASP.NET ?

2 Answers   SmartData,


Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


What is application variable and when it is initialized ?

4 Answers   Keane India Ltd,


How to stop the inheritance?

2 Answers   TCS,


How to convert a string into an Integer in ASP.net?

12 Answers  


Categories