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
)
Public Function ClickScript (
confirmMessage As String,
command As String
) As String
Parameters
- confirmMessage
- Type: SystemString
The confirmation message, if any. - command
- Type: SystemString
The command to post back.
Return Value
Type:
StringThe onclick javascript to use.
See Also