what are the events in ASP.net page life cycle?



what are the events in ASP.net page life cycle? ..

Answer / sivaprasad

Init - which will execute when page execution is started.

Load - start loading

Prerender - The last stage to save any information in
viewstate.

Save state - The information of page will save in viewstate

Render - The page content will rendered.

Dispose - Page instance will be destroyed.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How many web.copnfig can exists in a web application & which will be used ?

3 Answers   MMTS,


How many languages are supported by .NET at present time?

0 Answers  


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

0 Answers  


What is the difference between user control an custom control?

0 Answers  


Explain culture and uiculture values.

0 Answers  


Can we make a class with class with same;suppose public class abc { public class abc { } }

1 Answers  


What are Http handler ?

6 Answers   Accenture, BirlaSoft, Satyam, Syntel,


What are the different web pages?

0 Answers  


What is a session http?

0 Answers  


Explain how viewstate is being formed?

0 Answers  


Why we use asp.net for website development?

0 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Categories