Click or drag to resize

MapperEditListPopulateFromPage Method (Page, Int32)

Populate the fields from the values in their bound controls on the web page.

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

Parameters

page
Type: System.Web.UIPage
The page from which to populate.
row
Type: SystemInt32
The 1-based index of the list row.
See Also