Page.LoadComplete Event
.NET Framework 2.0
Occurs at the end of the load stage of the page's life cycle.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The LoadComplete event occurs after all postback data and view-state data is loaded into the page and all controls on the page. In order for view state to work for controls that are added dynamically, they must be added in or before the pre-render stage of the page life cycle.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: