Page.PreInit Event
.NET Framework 3.0
Occurs at the beginning of page initialization.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The PreInit event is an event early in the page life cycle that you can access. After the PreInit event, personalization information and the page theme, if any, is loaded.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: