aps.net 页面事件执行顺序

ASP.NET 4.5页面加载各个事件触发步骤。

 ASP.NET 4.5 added the following events:

InitComplete : Indicates the initialization of the page is completed

LoadComplete : Indicates the page has been completely loaded into memory

PreInit : Indicates the moment immediately before a page is initialized

PreLoad : Indicates the moment before a page has been loaded into memory

PreRenderComplete : Indicates the moment directly before a page has been rendered in the browser

具体事件写法如下

posted @ 2015-10-20 11:24  beautifulday  阅读(419)  评论(0)    收藏  举报