开发者

Asp.net Page and control Events

开发者 https://www.devze.com 2022-12-24 04:09 出处:网络
I have looked all over the web and I can not find the information I am looking for and I was hoping that someone could give me a hand.

I have looked all over the web and I can not find the information I am looking for and I was hoping that someone could give me a hand.

Specifically, I am looking for a comprehensive list of what events occur in the page and control life cycles and what is "available" in each event. Like when can I get a dropdownlists selected value, when can i databind, when can I get at values in view state and what not. Can anyone point me to a comprehensive list for both page and control life cycles? Or even provide 开发者_JAVA技巧that information for me?

Thanks in advance.


Is this what you're looking for:

ASP.NET Page Life Cycle Overview


Asp.net Page and control Events


(source: rioterdecker.net)

Awesome infographic showing the ASP.NET lifecycle from Avalonboy

0

精彩评论

暂无评论...
验证码 换一张
取 消