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
How does exception management works in ASP.NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
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.
What is the difference between session object and application object?
What is the importance of Global.asax in ASP.NET?
How can we register exception filter from the action?
What is form submit?
Why would a company use an application service provider?
How do you remove duplicates without using remove duplicate stage?
How to rename a table using sql queries?
What is the good practice to implement validations in aspx page?
What does passport and windows authentication mean in ASP.NET?
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
What is a uri query?
Explain the asp.net mvc request life cycle? : asp.net mvc