ScriptManager::RegisterClientScriptResource Method

 

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.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRegisterClientScriptResource(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.

System_CAPS_pubmethodSystem_CAPS_staticRegisterClientScriptResource(Page^, Type^, String^)

Registers a client script file that is embedded in an assembly with the ScriptManager control every time that a postback occurs.

Return to top
Show: