Events happened in the page lifecycle is listed below(flow from top to buttom):
- PreInit Event
- Theme initialized, master pages applied, control skins applied
- Init Event
- InitComplete Event
- create child controls and control/view state loaded(if isPostBack)
- Preload Event
- Load Event
- server-side events fired(if isPostBack)
- LoadComplete Event
- create child controls(if !isPostBack)
- PreRender Event
- PreRenderComplete Event
- Control/View state saved
- save state complete
- Render Event
- Unload Event
本文详细介绍了网页在浏览器中的生命周期过程,从PreInitEvent开始直至UnloadEvent结束,涵盖了主题初始化、控件创建、状态加载与保存等关键步骤。
104

被折叠的 条评论
为什么被折叠?



