Click or drag to resize

FieldKernelSetCtrlValue Method

Set the value of the control specified control using this field's current value.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void SetCtrlValue(
	WebControl ctrl,
	ControlValueSetFlags opts
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control whose value is to be set.
opts
Type: NetQuarry.DataControlValueSetFlags
Options regarding setting the control's value.
See Also