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 difference between application object and session object?

4 Answers   IBS,


Explain the significance of routing? : asp.net mvc

0 Answers  


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


Explain asp.net mvc request life cycle? : asp.net mvc

0 Answers  


Difference between .NET components and COM components?

2 Answers   Microsoft,


Explain Optimization technique description?

0 Answers   Digital GlobalSoft,


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

0 Answers  


How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


How to display validation messages in one control?

0 Answers  


Explain security types in asp.net?

0 Answers  


What is the state management in asp.net?

0 Answers  


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,


Categories