Showing posts with label What is a Page Life Cycle of an ASP.Net page?. Show all posts
Showing posts with label What is a Page Life Cycle of an ASP.Net page?. Show all posts

Monday, June 23, 2014

What is a Page Life Cycle of an ASP.Net page?

There are various stages described as under.
Init
LoadViewState
LoadPostBackData
Load
RaisePostBackDataChangedEvent
RaisePostBackEvents
Pre-Render
SaveViewState
Render
Unload