DetailsView::LoadControlState Method (Object^)
.NET Framework (current version)
Loads the state of the properties in the DetailsView control that need to be persisted, even when the EnableViewState property is set to false.
Assembly: System.Web (in System.Web.dll)
Parameters
- savedState
-
Type:
System::Object^
An Object that represents the state of the DetailsView control.
The LoadControlState method is used to load the state of the properties in the DetailsView control that need to be persisted, even when the EnableViewState property is set to false.
Note |
|---|
This method is used primarily by control developers when extending the DetailsView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
