ScriptManager::RegisterClientScriptInclude Method
.NET Framework (current version)
Registers a client script file with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds a script file reference to the page.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RegisterClientScriptInclude(Control^, Type^, String^, String^) | Registers a client script file with the ScriptManager control for use with a control that is inside an UpdatePanel control, and then adds a script file reference to the page. |
![]() ![]() | RegisterClientScriptInclude(Page^, Type^, String^, String^) | Registers client script with the ScriptManager control every time that an asynchronous postback occurs, and then adds a script file reference to the page. |
Show:

