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

What is a 307 redirect?

0 Answers  


Explain about Multi-Language integration?

0 Answers  


What is DTS package?

2 Answers   Accenture, TCS,


How to turn off cookies for a page?

0 Answers  


what is the deference between dataset and data adapter?

4 Answers   TCS,






please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


Explain what is an abstract class?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,


How can we identify that the Page is Post Back?

0 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


What is authorization in asp.net?

0 Answers  


Categories