Click or drag to resize

MapperEditListPopulateFields Method (Int32)

Populate the field values and their bound controls.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void PopulateFields(
	int row
)

Parameters

row
Type: SystemInt32
The 1-based index of the row to populate.
See Also