ScriptManager::RegisterScriptDescriptors Method (IScriptControl)
Calls a ScriptControl 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)
Parameters
- scriptControl
- Type: System.Web.UI::IScriptControl
The script control for which script descriptors will be registered.
The ScriptControl class calls the RegisterScriptDescriptors method during its Render event.
Notes to InheritorsIf you derive from the ScriptControl 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.