Creates the System.Web.UI.DataSourceSelectArguments object that contains the arguments that get passed to the data source for processing.
A System.Web.UI.DataSourceSelectArguments that contains the arguments that get passed to the data source.
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.