Overrides the System.Web.UI.Control.OnLoad(EventArgs) method for the associated control.
- e
- An EventArgs that contains the event data.
If there is an adapter attached to a System.Web.UI.Control object and the ControlAdapter.OnLoad(EventArgs) method is overridden, the override method is called instead of the System.Web.UI.Control.OnLoad(EventArgs) method.
Override the ControlAdapter.OnLoad(EventArgs) method to perform target-specific processing in the Load stage of the control lifecycle. Typically, these are functions that should be performed for each client request.