System.Web.UI.WebControls.DetailsView.LoadControlState Method

Loads the state of the properties in the System.Web.UI.WebControls.DetailsView control that need to be persisted, even when the System.Web.UI.Control.EnableViewState property is set to false.

Syntax

protected override void LoadControlState (object ob)

Parameters

ob
Documentation for this section has not yet been entered.

Remarks

The DetailsView.LoadControlState(object) method is used to load the state of the properties in the System.Web.UI.WebControls.DetailsView control that need to be persisted, even when the System.Web.UI.Control.EnableViewState property is set to false.

Note:

This method is used primarily by control developers when extending the System.Web.UI.WebControls.DetailsView control.

Requirements

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