Click or drag to resize

DynamicCommandButtonConstructCommand Method

Constructs a CommandName for a button field. The rowKey is required for MultiRecord use.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ConstructCommand(
	string key,
	string rowKey
)

Parameters

key
Type: SystemString
The field key.
rowKey
Type: SystemString
The record's RowKey.

Return Value

Type: String
The constructed CommandName.
See Also