Page.PreInit
Page.Init
Page.InitComplete
Page.PreLoad
Page.Load
Page.LoadComplete
Page.PreRender
Page.PreRenderComplete
使用了 MasterPage 情況, MasterPage 與 ContentPage 事件順序:
ContentPage.PreInit
Master.Init
ContentPage.Init
ContentPage.InitComplete
ContentPage.PreLoad
ContentPage.Load
Master.Load
ContentPage.LoadComplete
ContentPage.PreRender
Master.PreRender
ContentPage.PreRenderComplete
[ASP.NET] Page事件發生先後順序 @ 我要回家想一想~ :: 痞客邦 ::
http://jojosula001.pixnet.net/blog/post/161458889
ASP.NET 網頁存留週期概觀
https://technet.microsoft.com/zh-tw/ms178472(v=vs.71)