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
)
Protected Function BindControl (
flags As ControlBindingFlags,
ctrl As Control
) As Control
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:
ControlThe bound control.
See Also