ControlAdapter::OnLoad Method
Overrides the OnLoad method for the associated control.
Assembly: System.Web (in System.Web.dll)
If there is an adapter attached to a Control object and the OnLoad method is overridden, the override method is called instead of the Control::OnLoad method.
Override the OnLoad 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.
Notes to InheritorsWhen you inherit from the ControlAdapter class and the adapter overrides the OnLoad method, the adapter must call the corresponding base class method, which in turn calls the Control::OnLoad method. If Control::OnLoad is not called, the Control::Load event will not be raised.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.