Solomon Shaffer explores the life cycle of an ASP.NET page from initialization to unloading. He also explains the various methods to override ASP.NET server-side events.
Microsoft portal site for the ASP.NET development community. Download Visual Web Developer, post to the forums, read ASP.net blogs and learn about ASP.net.
ViewState is a very misunderstood animal. I would like to help put an end to the madness by attempting to explain exactly how the ViewState mechanism works, from beginning to end, and from many different use cases, such as declared controls...
weblogs.asp.net/infinitiesloop/archive/2006/08/03/Truly-Understanding-Viewstate.aspx
-
Get Site Info
Take a close look at how the internals of ASP.NET connect with IIS and how requests flow from the Web Server through ISAPI, into the ASP.NET runtime through modules and handlers into your application code.
www.west-wind.com/presentations/howaspnetworks/howaspnetworks.asp
-
Get Site Info