asp

位置:IT落伍者 >> asp >> 浏览文章

在aspx页面中事件的执行顺序[3]


发布日期:2019年12月12日
 
在aspx页面中事件的执行顺序[3]

更进一步如果ContentPage继承BasePage那么各事件的执行顺序将变成

UIPreInit

ContentPagePreInit

MasterInit

UIInit

ContentPageInit

UIInitComplite

ContentPageInitComplite

UIPreLoad

ContentPagePreLoad

UILoad

ContentPageLoad

MasterLoad

UILoadComplete

ContentPageLoadComplete

UIPreRender

ContentPagePreRender

MasterPreRender

UIPreRenderComplete

ContentPagePreRenderComplete

[] [] []

               

上一篇:在aspx页面中事件的执行顺序[1]

下一篇:ASP判断文件地址是否有效