Page.PreLoad Event
.NET Framework 3.0
Occurs before the page Load event.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The PreLoad event is raised after all postback data processing and before the Load event. There is a second attempt to load postback data before the OnLoadComplete event. For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: