Click or drag to resize

MapperEditListPopulateFromPage Method (Page)

Populate the mapper's field values by extracting values from the page's controls per their field bindings.

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

Parameters

page
Type: System.Web.UIPage
The page from which to populate.
See Also