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
What are custom controls?
What is the difference between the asp and asp.net?
Mention few asp.net validators.
Describe the events in the life cycle of a web application.
Explain what are delegates?
In ViewState How much lifespan items stored?
What is a web api? Which protocol is used in a web api?
What is redirectpermanent in asp.net?
Explain the purpose of storyboard.targetproperty.
What is role-based security in asp.net?
How long does an http session last?
What are the advantages of Web API?
Difference between Response.redirect vs server.transfer?
State differences between MVC and WebAPI
Where can I get information on cookies in asp.net?