Page.PreLoad Event

 

Occurs before the page Load event.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

No code example is currently available or this language may not be supported.

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 NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: