Life cycle of ASP.NET page when a request is made ?

Answer Posted / pramod sahoo,orissa

In Asp.net 2.0 11 events............in asp.net page lifeCycle.

preinit()
init()
initcomplite()

preload()
load()
loadcomplite()

PreRender()
PreRenderComplite()

SaveviewState()
saveviewStateComplite()

Render()

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which event of page cycle is the viewstate available?

580


What is the difference between the get method () and post method ()?

524


Explain login controls.

621


What are the different authentication modes in asp.net?

520


Should I delete cookies?

501






How do you design a website with multilingual support in ASP.NET ?

547


What is request and response in asp.net?

513


What do you mean by caching in asp.net?

552


Is asp.net and .net same?

546


What are the asp.net 2.0 features?

553


Web API supports which protocol?

858


What is difference between viewstate and session in asp net?

562


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

569


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

509


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

560