MapperDatasheetMaintainViewState Property |
Should the datasheet maintain ViewState? It generally does, but in Report mode it does not
in order to reduce page size. Note that most postbacks will be wrong without ViewState.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool MaintainViewState { get; }
Protected ReadOnly Property MaintainViewState As Boolean
Get
Property Value
Type:
BooleanSee Also