DivWidgetBaseOkCancelRow Method |
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected TableRow OkCancelRow(
IAppContext cxt,
Button ok,
Button cancel
)
Protected Function OkCancelRow (
cxt As IAppContext,
ok As Button,
cancel As Button
) As TableRow
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - ok
- Type: System.Web.UI.WebControlsButton
The OK button. It is the caller's responsibility to add any javascript. - cancel
- Type: System.Web.UI.WebControlsButton
The Cancel button. It is the caller's responsibility to add any javascript.
Return Value
Type:
TableRowA table row holding the buttons.
See Also