DataBoundControl.OnLoad Method
.NET Framework 3.0
Handles the Control.Load event.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The DataBoundControl class calls the BaseDataBoundControl.ConfirmInitState method to set the initialized state of the data-bound control and sets the RequiresDataBinding property to true if the HTTP request is not a postback.
Community Additions
ADD
Show: