System.Web.UI.PageStatePersister.ControlState Property

Gets or sets an object that represents the data that controls contained by the current System.Web.UI.Page object use to persist across HTTP requests to the Web server.

Syntax

public object ControlState { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Control state is an object comprised of critical view state data that Web server controls need to function, and is contained in a separate object from normal view state information. Control state data is not affected when view state is disabled at the System.Web.UI.Page level, but requires extra implementation steps to use. For more information on using the Control.ViewState property and control state when developing controls, see Developing Custom ASP.NET Server Controls.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0