3 references to
System.Web (3)
UI\DataSourceSelectArguments.cs (3)
22
public DataSourceSelectArguments() :
this
(String.Empty, 0, 0) {
25
public DataSourceSelectArguments(string sortExpression) :
this
(sortExpression, 0, 0) {
29
public DataSourceSelectArguments(int startRowIndex, int maximumRows) :
this
(String.Empty, startRowIndex, maximumRows) {