Page Life Cycle in ASP.NET

Answers were Sorted based on User's Feedback



Page Life Cycle in ASP.NET..

Answer / alb.shah

1.Page_Init
2.LoadViewState
3.LoadPostData
4.Page_Load
5.RaisePostDataChangedEvent
6.RaisePostBackEvent
7.Page_PreRender
8.SaveViewState
9.Page_Render
10.Page_UnLoad

Is This Answer Correct ?    13 Yes 2 No

Page Life Cycle in ASP.NET..

Answer / neha jain

Following is the sequence in which the events occur :-
√ Page_Init.
√ Page_Load.
√ Control events
√ Page_Unload event.
Page_init event only occurs when first time the page is
started , but Page_Load occurs in
subsequent request of the page.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Which color scheme in a Repeater control can you provide alternatively?

1 Answers   Siebel,


What is viewstate?

5 Answers   Microsoft,


relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


what is generics?

2 Answers   Microsoft,






Describe state management in asp.net?

0 Answers  


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


can i inherit one web applications into another web applications in asp.net?

7 Answers  


what is shared assembly?

2 Answers   Microsoft,


Differentiate between Server Transfer and Response Redirect?

2 Answers   DELL, Siebel, TCS,


What are resource file and how do we generate resource file?

0 Answers  


Categories