zoukankan      html  css  js  c++  java
  • Page执行周期

    I hope this makes sense?I added "calls"/"finishes" and also found out where it parsed the properties coded inside the actual tag in the aspx Page.

    Page calls Construct
    Page finishes Construct
    Page calls New
    Page finishes New
    Page calls DeterminePostBackMode
    Page finishes DeterminePostBackMode
    Page calls AddParsedSubObject
    Page calls CreateControlCollection
    Page finishes CreateControlCollection
    Page calls AddedControl
    Page finishes AddedControl
    Page finishes AddParsedSubObject
    ChildControl calls Construct
    ChildControl finishes Construct
    ChildControl calls New
    ChildControl finishes New
    * -- Page parses templated properties here and calls Set for those properties on the ChildControl (e.g., <tag:namespace id=攊dName?runat=攕erver?FirstName=擜dam?LastName=擶ayne?DisplayBothNames=擳rue?/u> />)
    Page calls AddParsedSubObject
    Page calls AddedControl
    Page finishes AddedControl
    Page finishes AddParsedSubObject
    Page calls AddParsedSubObject
    Page calls AddedControl
    Page finishes AddedControl
    Page finishes AddParsedSubObject
    ChildControl calls OnInit
    ChildControl raises Init
    ChildControl finishes OnInit
    ChildControl calls TrackViewState
    ChildControl finishes TrackViewState
    Page calls OnInit
    Page raises Init
    Page finishes OnInit
    Page calls TrackViewState
    Page finishes TrackViewState
    Page calls OnLoad
    Page raises Load
    Page finishes OnLoad
    ChildControl calls OnLoad
    ChildControl raises Load
    ChildControl finishes OnLoad
    Page calls EnsureChildControls
    Page calls CreateChildControls
    Page finishes CreateChildControls
    Page finishes EnsureChildControls
    Page calls OnPreRender
    Page raises PreRender
    Page finishes OnPreRender
    ChildControl calls EnsureChildControls
    ChildControl calls CreateChildControls
    ChildControl finishes CreateChildControls
    ChildControl finishes EnsureChildControls
    ChildControl calls OnPreRender
    ChildControl raises PreRender
    ChildControl finishes OnPreRender
    Page calls SaveViewState
    Page finishes SaveViewState
    ChildControl calls SaveViewState
    ChildControl finishes SaveViewState
    Page calls SavePageStateToPersistenceMedium
    Page finishes SavePageStateToPersistenceMedium
    Page calls CreateHtmlTextWriter
    Page finishes CreateHtmlTextWriter
    Page calls Render
    Page finishes RenderChildren
    ChildControl calls Render
    ChildControl calls RenderChildren
    ChildControl finishes RenderChildren
    ChildControl finishes Render
    Page finishes RenderChildren
    Page finishes Render
    ChildControl calls OnUnload
    ChildControl raises Unload
    ChildControl finishes OnUnload
    Page calls OnUnload
    Page raises Unload
    Page finishes OnUnload
  • 相关阅读:
    【学习】jquery.placeholder.js让IE浏览器支持html5的placeholder
    【特效】体验很好的导航hover效果移出恢复当前位置
    【学习】滚动延迟加载插件scrollLoading用法
    【转载】jQuery全屏滚动插件fullPage.js
    【原创】自用css reset
    【转载】jQuery手机移动端触屏日历日期选择
    【学习】条码扫描器:QuaggaJS
    【学习】苹果iPhone safari浏览器样式重置修复按钮圆角bug
    将SeqReader打包成可执行的jar包
    Java向上转型和向下转型
  • 原文地址:https://www.cnblogs.com/oop/p/211365.html
Copyright © 2011-2022 走看看