ASP.NET 常常忘記的page 生命週期 順序

摘要:ASP.NET 常常忘記的page 生命週期 順序

[ASP.NET]Page Life Cycle整理
http://www.dotblogs.com.tw/hatelove/archive/2009/12/18/pagelifecycle.aspx
[.NET] ASP.NET 網頁生命週期 Page Life-Cycle
http://www.dotblogs.com.tw/marcus116/archive/2011/05/16/25156.aspx
[ASP.NET] 網頁生命週期
http://www.dotblogs.com.tw/atowngit/archive/2010/06/25/16124.aspx

ContentPage.PreInit 
Master.Init 
ContentPage.Init 
ContentPage.InitComplete 
ContentPage.PreLoad 
ContentPage.Load 
Master.Load 
ContentPage.LoadComplete 
ContentPage.PreRender 
Master.PreRender 
ContentPage.PreRenderComplete