ScriptManager::RegisterClientScriptResource Method
.NET Framework (current version)
Registers client script that is embedded in an assembly with the ScriptManager control for use with a control that is participating in partial-page rendering.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RegisterClientScriptResource(Control^, Type^, String^) | Registers the client script that is embedded in an assembly with the ScriptManager control for use with a control that is participating in partial-page rendering. |
![]() ![]() | RegisterClientScriptResource(Page^, Type^, String^) | Registers a client script file that is embedded in an assembly with the ScriptManager control every time that a postback occurs. |
Show:

