CatalogZoneBase::LoadControlState Method (Object^)

 

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.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void LoadControlState(
	Object^ savedState
) override

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
Return to top
Show: