Page Life Cycle in ASP.NET

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use a static function with a non-static variable?

509


Why viewstate is used in asp.net?

511


what are the web form events available in asp.net?

565


How many validators do ASP.NET have?

611


Can we set master page as a start page?

548






What is the meaning of TestApi?

637


Is it possible to create web application with both webforms and mvc?

542


What is the difference between cookie and session?

504


Explain the main differences between asp and asp.net?

519


Is oauth for authentication or authorization?

592


Explain asp.net web forms.

568


What is session in web technology?

526


How to create multi language website in asp.net mvc? : Asp.Net MVC

498


What are sql notifications and sql invalidations?

530


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

585