ProxyWebPart::LoadControlState Method (Object^)

 

Overrides LoadControlState to prevent loading previously saved state for a ProxyWebPart object.

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.

The LoadControlState method overrides Control::LoadControlState to prevent loading the control state. The method does not load the control state or perform any other action.

.NET Framework
Available since 2.0
Return to top
Show: