GridView::CreateDataSourceSelectArguments Method ()
.NET Framework (current version)
Creates the DataSourceSelectArguments object that contains the arguments that get passed to the data source for processing.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::DataSourceSelectArguments^A DataSourceSelectArguments that contains the arguments that get passed to the data source.
The CreateDataSourceSelectArguments method is a helper method called by the GridView control to create the DataSourceSelectArguments object that contains the arguments passed to the data source. In this implementation, the DataSourceSelectArguments object contains the arguments for paging operations.
Notes to Inheritors:
When extending the GridView class, you can override this method to specify your own values that are passed to the data source.
.NET Framework
Available since 2.0
Available since 2.0
Show: