.NET Framework Class Library
Page Events

The Page type exposes the following members.

Events

  NameDescription
Public eventAbortTransactionOccurs when a user ends a transaction. (Inherited from TemplateControl.)
Public eventCommitTransactionOccurs when a transaction completes. (Inherited from TemplateControl.)
Public eventDataBindingOccurs when the server control binds to a data source. (Inherited from Control.)
Public eventDisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from Control.)
Public eventErrorOccurs when an unhandled exception is thrown. (Inherited from TemplateControl.)
Public eventInitOccurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from Control.)
Public eventInitCompleteOccurs when page initialization is complete.
Public eventLoadOccurs when the server control is loaded into the Page object. (Inherited from Control.)
Public eventLoadCompleteOccurs at the end of the load stage of the page's life cycle.
Public eventPreInitOccurs at the beginning of page initialization.
Public eventPreLoadOccurs before the page Load event.
Public eventPreRenderOccurs after the Control object is loaded but prior to rendering. (Inherited from Control.)
Public eventPreRenderCompleteOccurs before the page content is rendered.
Public eventSaveStateCompleteOccurs after the page has completed saving all view state and control state information for the page and controls on the page.
Public eventUnloadOccurs when the server control is unloaded from memory. (Inherited from Control.)
Top
See Also

Reference

Tags : events page


Community Content

Michael Freidgeim
See also ASP.NET Page Life Cycle Overview
See also ASP.NET Page Life Cycle Overview http://msdn2.microsoft.com/en-us/library/ms178472.aspx
Tags :

Tom Dykstra - MSFT
Order
It would be very helpful for me to see these listed in the order that they occur (instead of alphabetically).

[tdykstra]To see many of these events listed in the order in which they occur, see ASP.NET Page Life Cycle Overview (http://msdn.microsoft.com/en-us/library/ms178472.aspx). Lists of events such as this in the API reference part of MSDN are always in alphabetical order.
Tags :

Page view tracker