What methods are fired during the page load (Life Cycle of an ASPX Page).
Sapna Malik
Init():-When the page is instantiated.
Load():-When the page is loaded into server memory.
PreRender():-The brief moment brief the page is displayed to the user as HTML.
Unload():-When page finishes loading.