MapperEditListLayout Method |
Lay out the mapper controls on the page.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void Layout(
bool isPostBack
)
Protected Overrides Sub Layout (
isPostBack As Boolean
)
Parameters
- isPostBack
- Type: SystemBoolean
Specifies whether this is (or should be considered) a post-back.
See Also