Asp.net Page and control Events

Posted by andrewWinn on Stack Overflow See other posts from Stack Overflow or by andrewWinn
Published on 2010-03-24T11:41:01Z Indexed on 2010/03/24 11:43 UTC
Read the original article Hit count: 189

Filed under:
|
|

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 that information for me?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about page