SqlDataSourceView::CanPage Property

 

Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the paging of retrieved data.

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

public:
property bool CanPage {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

false in all cases.

The SqlDataSourceView object does not support paging.

.NET Framework
Available since 2.0
Return to top
Show: