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

How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?

1 Answers   Satyam,


What is the Difference B/W Finalize() and Dispose() in .Net?

12 Answers   HCL, IBM,


What is difference Data List and Data Repeater Control ?

1 Answers   TCS,


How Response.flush works in server.Execute

1 Answers  






What is asp.net used for?

0 Answers  


What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax?

10 Answers   Microsystems,


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


what is CLR?

3 Answers   PrimeLine,


How ASP and ASP.NET page works.

3 Answers  


Features of a dataset ?

3 Answers   Accenture,


How do you do validations. Whether client-side or server-side validations are better.?

5 Answers   Microsoft,


Categories