MapperDetailBindControl Method |
Bind the specified control to the specified field.
Note that the control must be a WebControl or no binding will be performed.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void BindControl(
IField fld,
Control ctrl
)
Protected Sub BindControl (
fld As IField,
ctrl As Control
)
Parameters
- fld
- Type: NetQuarry.DataIField
The field to which to bind. - ctrl
- Type: System.Web.UIControl
The control to be bound.
See Also