5 references to SelectArguments
System.Web (4)
UI\WebControls\DetailsView.cs (1)
1548
DataSourceSelectArguments arguments =
SelectArguments
;
UI\WebControls\FormView.cs (1)
1323
DataSourceSelectArguments arguments =
SelectArguments
;
UI\WebControls\GridView.cs (1)
1932
DataSourceSelectArguments arguments =
SelectArguments
;
UI\WebControls\ListControl.cs (1)
611
view.Select(
SelectArguments
, OnDataSourceViewSelectCallback);
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1453
DataSourceSelectArguments arguments =
SelectArguments
;