What is the ASP.NET page life cycle
What is the ASP.NET page life cycle ? please explain briefly.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ShankeyPosted Feb 4, 2011, 5:24 AM
Listed in order
- PreInit
- Init
- InitComplete
- PreLoad
- Load
- Control events
- LoadComplete
- PreRender
- PreRenderComplete
- SaveStateComplete
- Render
- Unload
For further detail have a look atMSDN