Handles the System.Web.UI.Control.Load event.
- e
- An EventArgs object that contains event data.
The System.Web.UI.WebControls.DataBoundControl class calls the BaseDataBoundControl.ConfirmInitState method to set the initialized state of the data-bound control and sets the BaseDataBoundControl.RequiresDataBinding property to true if the HTTP request is not a postback.