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

How does exception management works in ASP.NET?

830


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

724


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

1689


What is the difference between session object and application object?

789


What is the importance of Global.asax in ASP.NET?

755


How can we register exception filter from the action?

845


What is form submit?

694


Why would a company use an application service provider?

680


How do you remove duplicates without using remove duplicate stage?

787


How to rename a table using sql queries?

759


What is the good practice to implement validations in aspx page?

836


What does passport and windows authentication mean in ASP.NET?

864


What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC

714


What is a uri query?

751


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

664