ClientScriptProxy.RegisterStartupScript

Registers a startup code snippet that gets placed at the bottom of the page

public void RegisterStartupScript(Control control,
	Type type,
	string key,
	string script,
	bool addStartupTags)

Parameters

control

type

key

script

addStartupTags


See also:

Class ClientScriptProxy

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic