Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Page Class
Page Events

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Page Events

The Page type exposes the following members.

  NameDescription
Public eventAbortTransaction Occurs when a user ends a transaction. (Inherited from TemplateControl.)
Public eventCommitTransaction Occurs 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 eventError Occurs 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
Tags What's this?: events (x) page (x) Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
See also ASP.NET Page Life Cycle Overview      Michael Freidgeim   |   Edit   |   Show History
See also ASP.NET Page Life Cycle Overview http://msdn2.microsoft.com/en-us/library/ms178472.aspx
Tags What's this?: Add a tag
Flag as ContentBug
Link not found      cafechess   |   Edit   |   Show History
System.Web.UI.Namespace link is broken in navigation at top of this page.

Tags What's this?: Add a tag
Flag as ContentBug
Order      Derek Morrison   |   Edit   |   Show History
It would be very helpful for me to see these listed in the order that they occur (instead of alphabetically).
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker