Click or drag to resize

FieldKernelBindControl Method

Bind the control to this field and set it up appropriately. Note that if the ControlBindingFlags.NoFieldBind is specified, the control is not bound, but it is set up as it would be if bound.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Control BindControl(
	ControlBindingFlags flags,
	Control ctrl
)

Parameters

flags
Type: NetQuarry.DataControlBindingFlags
Flags specifying how the control should be bound.
ctrl
Type: System.Web.UIControl
The control to bind.

Return Value

Type: Control
The bound control.
See Also