Thursday, September 21, 2006

The ASP.NET Page Life Cycle

The ASP.NET Page Life Cycle

1. Object intialisation
2. Load Viewstate data
3. LoadPostData processes Postback data
4. Object load
5. Raise PostBack change events
6. Process Client-side Postback Event
7. Prerender the objects
8. Viewstate saved
9. Render to HTML
10. Disposal

http://www.15seconds.com/issue/020102.htm

Fixes to common .NET problems, as well as information on .NET features and solutions to common problems that are not language-specific.

Fixes to common .NET problems, as well as information on .NET features and solutions to common problems that are not language-specific.

Z