andrewWinn
andrewWinn

Reputation: 1786

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

Thanks in advance.

Upvotes: 0

Views: 483

Answers (2)

Banzor
Banzor

Reputation: 1122

ASP.NET Page Life-cycle Poster
(source: rioterdecker.net)

Awesome infographic showing the ASP.NET lifecycle from Avalonboy

Upvotes: 1

richeym
richeym

Reputation: 4089

Is this what you're looking for:

ASP.NET Page Life Cycle Overview

Upvotes: 1

Related Questions