ConnectionsZone::LoadControlState Method (Object^)
.NET Framework (current version)
Restores control state information from a previous page request that was saved by the SaveControlState method.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The length of savedState does not equal the length of the array created by the SaveControlState method. |
When this method is invoked, it determines whether control state was previously saved for the control and, if so, sets the control state to the saved value.
.NET Framework
Available since 2.0
Available since 2.0
Show: