ViewStateStorageOptions Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| Page | 0 | Store the ViewState in the page. This is the default behavior. | |
| Session | 1 | Store the ViewState in the session. | |
| Database | 2 | Store the ViewState in the page. This is the default behavior for mobile browsers. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.