Click or drag to resize

DynamicCommandButtonClickScript Method (String, String)

Constructs the javascript appropriate for use in the onclick event of a visible button posting a command back through this control.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ClickScript(
	string confirmMessage,
	string command
)

Parameters

confirmMessage
Type: SystemString
The confirmation message, if any.
command
Type: SystemString
The command to post back.

Return Value

Type: String
The onclick javascript to use.
See Also