FreeTextBox 3.2 Documentation
RegisterStartupScript Method (control, type, key, script, addStartupTags)
NamespacesFreeTextBoxControls.SupportClientScriptProxyRegisterStartupScript(Control, Type, String, String, Boolean)
Registers a startup code snippet that gets placed at the bottom of the page
Declaration Syntax
C# Visual Basic Visual C++
                  public void RegisterStartupScript(
	Control control,
	Type type,
	string key,
	string script,
	bool addStartupTags
)
                  Public Sub RegisterStartupScript ( _
	control As Control, _
	type As Type, _
	key As String, _
	script As String, _
	addStartupTags As Boolean _
)
                  public:
void RegisterStartupScript(
	Control^ control, 
	Type^ type, 
	String^ key, 
	String^ script, 
	bool addStartupTags
)
Parameters
control (Control)

[Missing <param name="control"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)"]

type (Type)

[Missing <param name="type"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)"]

key (String)

[Missing <param name="key"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)"]

script (String)

[Missing <param name="script"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)"]

addStartupTags (Boolean)

[Missing <param name="addStartupTags"/> documentation for "M:FreeTextBoxControls.Support.ClientScriptProxy.RegisterStartupScript(System.Web.UI.Control,System.Type,System.String,System.String,System.Boolean)"]

Assembly: FreeTextBox (Module: FreeTextBox) Version: 3.2.0.28068