Control Execution Lifecycle
So many people ask about this, decided to bookmark the URL
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconcontrolexecutionlifecycle.asp
Initialize
Load view state
Process postback data
Load
Send postback change notifications
Handle postback events
Prerender
Save state
Render
Dispose
Unload
Edit:
"The topics in this section provide background information on how ASP.NET processes pages to produce dynamic output. Included is information on how the application itself and individual pages are instantiated and processed, and information about how ASP.NET compiles pages dynamically."
2 Comments
Comments have been disabled for this content.
Terri Morton said
Sweet, I'd been looking for such a reference, thanks!
Raj said
Very much helpful. Thanks !!!