想了解asp.net页面的生命周期 [英] want to know about the asp.net page life cycle

查看:94
本文介绍了想了解asp.net页面的生命周期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< b>/b>想了解asp.net中的页面生命周期以及如何由浏览器执行.

<b></b>want to know about the page life cycle in asp.net and how it is performed by the brower

推荐答案

I我也有问题...
我认为Microsoft的官方Page很好地解释了

看这里:
http://msdn.microsoft.com/en-us/library/ms178472.aspx [ ^ ]

浏览器对此没有任何影响!它只是呈现响应包含的所有内容...

Markus
I had my problems with it too...
Microsofts official Page explains it very well, i think

look here:
http://msdn.microsoft.com/en-us/library/ms178472.aspx[^]

The Browser hasn''t any influence to it! It just renders all contents which the response contains...

Markus


检查链接
ASP.NET页面生命周期 [ ^ ]


S-开始. (OnPreInit)
我-初始化. (OnInit,InitComplete,OnPreLoad)
L-负载. (载入中)
V-验证. (验证)
E-事件处理. (OnLoadComplete,OnPreRender,OnSaveStateComplete)
R-渲染. (渲染)
U-卸载. (OnUnload)
check the link
ASP.NET Page Life Cycle[^]


S - Start. (OnPreInit)
I - Initialize. (OnInit, InitComplete, OnPreLoad)
L - Load. (OnLoad)
V - Validation. (Validate)
E - Event Handling. (OnLoadComplete, OnPreRender, OnSaveStateComplete)
R - Render. (Render)
U - Unload. (OnUnload)


该文档将使您能够了解页面生命周期....

http://john-sheehan.com/blog/wp-content/uploads/aspnet-life-cycles-events.pdf


谢谢,
Tushar
from this document u will be able to understand page life cycle....

http://john-sheehan.com/blog/wp-content/uploads/aspnet-life-cycles-events.pdf


thanks,
Tushar


这篇关于想了解asp.net页面的生命周期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆