DetailsView.LoadControlState Method
.NET Framework 3.0
Loads the state of the properties in the DetailsView control that need to be persisted, even when the EnableViewState property is set to false.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void LoadControlState ( Object savedState )
protected internal override function LoadControlState ( savedState : Object )
Not applicable.
Parameters
- savedState
An Object that represents the state of the DetailsView control.
Community Additions
ADD
Show:
Note: