Page.MaxPageStateFieldLength Property
Gets or sets the maximum length for the page's state field.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The MaxPageStateFieldLength property is not equal to -1 or a positive number. |
| InvalidOperationException | The MaxPageStateFieldLength property was set after the page was initialized. |
When the MaxPageStateFieldLength property is set to a positive number, the view state sent to the client browser is broken into multiple hidden fields, and each field's value is less than the size specified in the MaxPageStateFieldLength property.
Setting the MaxPageStateFieldLength property to a negative number (the default) indicates that the view-state field should not be separated into chunks. Setting the MaxPageStateFieldLength to a small number may result in poor performance.
Set the value of the MaxPageStateFieldLength property in the of the Web.config file.
Available since 2.0