Discrete Life
Friday, July 21, 2006
ASP.NET Page Lifecycle Events
Here are the events in the asp.net page lifecycle in the sequence they are raised:
PreInit
Init
InitComplete
PreLoad
Load
LoadComplete
PreRender
PreRenderComplete
SaveStateComplete
Unload
Most of the times, the programmers will write the code in the Load and PreRender event handlers.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment