This documentation is archived and is not being maintained.
ScriptManager::RegisterClientScriptResource Method
Visual Studio 2008
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: