Is there a quick and dirty place I can find a list of the events that are
fired by objects. And preferably the order they are fired in? Also what the
default is for the name if everything is AutoWired.
For instance - Page_Load, Page_PreRender, ....
TIA - Jeff.
Kevin Spencer - 31 Aug 2007 13:10 GMT
The list of System.Web.UI.Page events can be found at:
http://msdn2.microsoft.com/en-us/library/system.web.ui.page_events.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Is there a quick and dirty place I can find a list of the events that are
> fired by objects. And preferably the order they are fired in? Also what
[quoted text clipped - 3 lines]
>
> TIA - Jeff.