QueryableDataSource::LoadViewState Method (Object^)

.NET Framework (current version)
 

Loads the state of the values in the QueryableDataSource control that must be persisted.

Namespace:   System.Web.UI.WebControls
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 QueryableDataSource control.

.NET Framework
Available since 4.0
Return to top
Show: