ASP / VBscript

http://www.cheat-sheets.org/saved-copy/asp_cheat_sheet.png

ASP.Net Page LifeCycle

http://www.developerfusion.co.uk/res/content/1762/Image1/

ASP.NET
ASP.NET Page Life Cycle Overview

When an ASP.NET page runs, the page goes through a life cycle in which it performs a series of processing steps. These include initialization, instantiating controls, restoring and maintaining state, running event handler code, and rendering. It is important for you to understand the page life cycle so that [...]