Explain the life cycle of an ASP .NET page.
Answers were Sorted based on User's Feedback
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 |
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 |
What is the difference between application object and session object?
Explain the significance of routing? : asp.net mvc
How do you register the .Net Component or Assembly?
Explain asp.net mvc request life cycle? : asp.net mvc
Difference between .NET components and COM components?
Explain Optimization technique description?
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
How can we Maintain more than on config file in one .Net web application and how?
How to display validation messages in one control?
Explain security types in asp.net?
What is the state management in asp.net?
Types of values mode can hold session state in Web.Config?