This documentation is archived and is not being maintained.

ScriptManager::RegisterScriptControl<TScriptControl> Method

Registers a script control with the current ScriptManager instance.

Namespace:  System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
generic<typename TScriptControl>
where TScriptControl : Control, IScriptControl 
virtual void RegisterScriptControl(
	TScriptControl scriptControl
) sealed

Type Parameters

TScriptControl

A control that implements the IScriptControl interface.

Parameters

scriptControl
Type: TScriptControl

The script control to register.

ExceptionCondition
ArgumentNullException

scriptControl is nullptr.

This method is primarily for use by control developers. Call the RegisterScriptControl<TScriptControl> method from a custom ASP.NET AJAX script control during its onInit event handler to register that control with the page. An ASP.NET AJAX script control must be registered to participate in partial-page rendering.

The RegisterScriptControl<TScriptControl> method adds the specified extender control to an internal list of script controls that is processed during the PreRender event.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: