Click or drag to resize

MapperKernelBindPage Method (Page, Control, Boolean)

Binds the mapper to the current .Net Page.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int BindPage(
	Page page,
	Control parent,
	bool bIsPostBack
)

Parameters

page
Type: System.Web.UIPage
The current page to which to bind.
parent
Type: System.Web.UIControl
The parent control (ascx) on the page hosting this mapper.
bIsPostBack
Type: SystemBoolean
Specifies whether this should be considered a postback or not.

Return Value

Type: Int32
The number of controls bound during the call.

Implements

IMapperBindPage(Page, Control, Boolean)
See Also