DataPager::SaveControlState Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Saves the state of the properties in the DataPager control that must be persisted between postbacks, even when the EnableViewState property is set to false.

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

public protected:
virtual Object^ SaveControlState() override

Return Value

Type: System::Object^

Returns the current view state of the DataPager control. If there is no view state associated with the control, this method returns null.

This method is primarily used by control developers to extend the DataPager control.

.NET Framework
Available since 3.5
Return to top
Show: