ClientScriptProxy.RegisterClientScriptInclude

Registers a client script reference in the header instead of inside the document before the form tag.

The script tag is embedded at the bottom of the HTML header.

public void RegisterClientScriptInclude( Control control,
	Type type,
	string Url,
	ScriptRenderModes renderMode );

Parameters

control

type

Url

renderMode
Overloads:

public void RegisterClientScriptInclude( Control control, Type type, string key, string url );

See also:

Class ClientScriptProxy


  Last Updated: 11/12/2008 | © West Wind Technologies, 2008