编程语言
首页 > 编程语言> > ASP.NET Simple page life cycle

ASP.NET Simple page life cycle

作者:互联网

原文链接:http://www.cnblogs.com/EllieSoft/archive/2011/08/04/2127496.html

Page lifecyle

PreInit
Init
InitComplete
LoadState
ProcessPostData

PreLoad
Load
ProcessPostData Second Try
Raise ChangedEvents
Raise PostBackEvent

LoadComplete
PreRender
PrerenderComplete
SaveState
SaveStateComplete
Render

 

Red: only happen on postback

转载于:https://www.cnblogs.com/EllieSoft/archive/2011/08/04/2127496.html

标签:life,ASP,04,Simple,08,www,html,archive,EllieSoft
来源: https://blog.csdn.net/weixin_30293079/article/details/97633294