- selectArgs
- Documentation for this section has not yet been entered.
- callBack
- Documentation for this section has not yet been entered.
The DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method is the asynchronous data retrieval interface for all data source view objects. The DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method calls the DataSourceView.ExecuteSelect(DataSourceSelectArguments) method, passing any System.Web.UI.DataSourceSelectArguments supplied. The callback parameter is a delegate that a data-bound control passes to the data source view, which is used to notify the data-bound control when the DataSourceView.ExecuteSelect(DataSourceSelectArguments) operation has completed. The data returned by the DataSourceView.ExecuteSelect(DataSourceSelectArguments) call is returned in the parameter of the System.Web.UI.DataSourceViewSelectCallback delegate.