MapperDatasheetPopulateFromPage Method |
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
)
Protected Overrides Sub PopulateFromPage (
page As Page
)
Parameters
- page
- Type: System.Web.UIPage
The page from which to populate.
See Also