System.Web.UI.WebControls.GridView.CreateDataSourceSelectArguments Method

Creates the System.Web.UI.DataSourceSelectArguments object that contains the arguments that get passed to the data source for processing.

Syntax

protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ()

Returns

A System.Web.UI.DataSourceSelectArguments that contains the arguments that get passed to the data source.

Remarks

The GridView.CreateDataSourceSelectArguments method is a helper method called by the System.Web.UI.WebControls.GridView control to create the System.Web.UI.DataSourceSelectArguments object that contains the arguments passed to the data source. In this implementation, the System.Web.UI.DataSourceSelectArguments object contains the arguments for paging operations.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0