ControlAdapter.OnPreRender Method
Overrides the OnPreRender method for the associated control.
Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
If there is an adapter attached to a Control object and the OnPreRender method is overridden, the override method is called instead of the Control.OnPreRender method.
Override the OnPreRender method to perform target-specific processing in the PreRender stage of the control lifecycle. Typically, these are functions that immediately precede rendering of the control output.
Notes to InheritorsWhen you inherit from the ControlAdapter class and the adapter overrides the OnPreRender method, the adapter must call the corresponding base class method, which in turn calls the Control.OnPreRender method. If the Control.OnPreRender method is not called, the Control.PreRender event will not be raised.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.