Click or drag to resize

MapperEditListBindElements 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
)

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: Int32
The number of elements bound.
See Also