Asp.net Page and control Events
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
(source: rioterdecker.net)
Awesome infographic showing the ASP.NET lifecycle from Avalonboy
精彩评论