Page Lifecycle ASP.Net Tutorial

Directive    Description
@Page        Define page-specific attributes
@Control     Define control-specific attributes. 
@Import      Import a namespace into a page. 
@Register    Associate aliases with namespaces and class names
@Assembly    Link an assembly against the current page.
@OutputCache Control the output caching policy for the page.