MapperDatasheetBindElements Method |
Bind the mapper's fields to the controls in the specified control collection. Controls
are bound by IField.ControlName which by default is the same as IField.Key.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override int BindElements(
ControlCollection ctrls,
bool isPostBack
)
Protected Overrides Function BindElements (
ctrls As ControlCollection,
isPostBack As Boolean
) As Integer
Parameters
- ctrls
- Type: System.Web.UIControlCollection
The collection containing the controls to which to bind. - isPostBack
- Type: SystemBoolean
Specifies whether or not this is a post-back.
Return Value
Type:
Int32The number of elements bound.
See Also