PagesSection.MaxPageStateFieldLength Property
.NET Framework (current version)
Gets or sets the maximum number of characters that a single view-state field can contain.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("maxPageStateFieldLength", DefaultValue := -1)> Public Property MaxPageStateFieldLength As Integer
Property Value
Type: System.Int32The maximum number of characters that a single view-state field can contain.
Page and control view state is stored in hidden view-state fields when the page or control is rendered. If the length of the data stored exceeds the MaxPageStateFieldLength value, then the data is split between multiple view-state fields.
The following code example shows how to use the MaxPageStateFieldLength property.
.NET Framework
Available since 2.0
Available since 2.0
Show: