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

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


Please Help Members By Posting Answers For Below Questions

Is asp net front end or backend?

776


In which situation can you not use a viewstate?

747


Differentiate between a hyperlink control and a linkbutton control.

754


What is the part of url?

754


What are strong names?

813


What is application variable in asp.net?

704


Which of the following .NET framework supports Web API?

879


Is sql backend or frontend?

780


Is asp.net outdated?

752


What is the difference between session.abandon() vs clear()?

768


What is session mode in asp.net?

765


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1881


Why mvc is faster than asp.net? : Asp.Net MVC

772


What does the hotspot class in .net do?

784


What New Features comes with ASP.NET Web API 2.0?

786