ScriptManagerHelper..::..RegisterClientScriptResource Method
Note: This API is now obsolete.
Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Registers a script file which to be rendered each time an asynchronous
postback occurs.
Works only if ScriptManager control is existed on the page. Otherwise
does nothing.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[ObsoleteAttribute] public static void RegisterClientScriptResource( Page page, Type type, string resourceName )

