Registers a client script reference into the page with the option to specify the script location in the page
public void RegisterClientScriptInclude(Control control, Type type, string url, ScriptRenderModes renderMode)
Parameters
control
Any control instance - typically page
type
Type that acts as qualifier (uniqueness)
url
the Url to the script resource
renderMode
Overloads:
See also:
Class ClientScriptProxy© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic