ScriptManager::RegisterScriptDescriptors Method (IExtenderControl)
Calls back to an ExtenderControl class to return instance scripts that must be rendered to support the client object that represents a client control, component, or behavior.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: virtual void RegisterScriptDescriptors( IExtenderControl^ extenderControl ) sealed
Parameters
- extenderControl
- Type: System.Web.UI::IExtenderControl
The extender control for which script descriptors will be registered.
The ExtenderControl class calls the RegisterScriptDescriptors method in its Render method.
Notes to InheritorsIf you derive from the ExtenderControl class and override the Render method, but you do not call the base class method, you must call the RegisterScriptDescriptors method. This enables the ScriptManager control to render the instance scripts that support the client object that the control represents.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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.