RegisterClientScriptBlock Method (control, type, key, script, addScriptTags)

Free Text Box Controls

FreeTextBox 3.2 Documentation RegisterClientScriptBlock Method (control, type, key, script, addScriptTags)
NamespacesFreeTextBoxControls.SupportClientScriptProxyRegisterClientScriptBlock(Control, Type, String, String, Boolean)
Registers a client script block in the page.
Declaration Syntax
C# Visual Basic Visual C++
                  public void RegisterClientScriptBlock(
	Control control,
	Type type,
	string key,
	string script,
	bool addScriptTags
)
                  Public Sub RegisterClientScriptBlock ( _
	control As Control, _
	type As Type, _
	key As String, _
	script As String, _
	addScriptTags As Boolean _
)
                  public:
void RegisterClientScriptBlock(
	Control^ control, 
	Type^ type, 
	String^ key, 
	String^ script, 
	bool addScriptTags
)
Parameters
control (Control)

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

type (Type)

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

key (String)

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

script (String)

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

addScriptTags (Boolean)

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

Assembly: FreeTextBox (Module: FreeTextBox) Version: 3.2.0.28068