ProxyWebPart::SaveControlState Method ()

 

Saves any server control state changes that have occurred since the time the page was posted back to the server.

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

public protected:
virtual Object^ SaveControlState() override

Return Value

Type: System::Object^

Returns the server control's current state. If there is no state associated with the control, this method returns null.

.NET Framework
Available since 2.0
Return to top
Show: