ParameterDataSourceExpression::LoadViewState Method (Object^)

.NET Framework (current version)
 

Loads the state of the values in the ParameterDataSourceExpression object that must be persisted.

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

protected:
virtual void LoadViewState(
	Object^ savedState
) override

Parameters

savedState
Type: System::Object^

An object that represents the state of the ParameterDataSourceExpression object.

.NET Framework
Available since 4.0
Return to top
Show: