CatalogZoneBase.LoadControlState Method (Object)
.NET Framework (current version)
Loads the state from a previous page request for control properties that should persist across postbacks even when view state is disabled on the control.
Assembly: System.Web (in System.Web.dll)
Parameters
- savedState
-
Type:
System.Object
The previously saved state data.
| Exception | Condition |
|---|---|
| ArgumentException | savedState is not a valid control state. |
.NET Framework
Available since 2.0
Available since 2.0
Show: