DynamicCommandButtonClickScript Method (String, String, String) |
Constructs the javascript appropriate for use in the onclick event of a visible button posting
a command back through this control. This overload is appropriate for use with field buttons.
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 key,
string rowKey
)
Public Function ClickScript (
confirmMessage As String,
key As String,
rowKey As String
) As String
Parameters
- confirmMessage
- Type: SystemString
The confirmation message, if any. - key
- Type: SystemString
The field key. - rowKey
- Type: SystemString
The record's RowKey.
Return Value
Type:
StringThe onclick javascript to use.
See Also