- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对页面生命周期的理解如下:
页面 Page_PreInit
MasterPage Page_Init
页面Page_Init
页面Page_InitComplete
页面Page_PreLoad
页面Page_Load
MasterPage Page_Load
Page_LoadComplete
Page_PreRender
MasterPage Page_PreRender
页面Page_PreRenderComplete
页面Page_SaveStateComplete
MasterPage Page_Unload
页面Page_Unload
鉴于上述情况,MasterPage 的 Load 事件在哪里触发? Google 并没有提供帮助,因为很多人在谈论 OnLoad 事件时都会说“Load”。
最佳答案
母版页加载事件位于内容页加载事件和母版页控件加载事件之间。
检查MSDN了解详情
Although both Init and Load recursively occur on each control, they happen in reverse order. The Init event (and also the Unload event) for each child control occur before the corresponding event is raised for its container (bottom-up). However the Load event for a container occurs before the Load events for its child controls (top-down). Master pages behave like child controls on a page: the master page Init event occurs before the page Init and Load events, and the master page Load event occurs after the page Init and Load events.
关于asp.net - 母版页的加载事件位于页面生命周期的哪个位置(不是 OnLoad 也不是 Page_Load)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29782074/
我正在开发一个使用多个 turtle 的滚动游戏。玩家 turtle 根据按键命令在 Y 轴上移动。当危害和好处在 X 轴上移动时,然后循环并改变 Y 轴位置。我尝试定义一个名为 colliding(
我不明白为什么他们不接受这个作为解决方案,他们说这是一个错误的答案:- #include int main(void) { int val=0; printf("Input:- \n
我正在使用基于表单的身份验证。 我有一个注销链接,如下所示: 以及对应的注销方法: public String logout() { FacesContext.getCurren
在 IIS7 应用程序池中有一个设置 Idle-time out 默认是 20 分钟,其中说: Amount of time(in minutes) a worker process will rem
我是一名优秀的程序员,十分优秀!