Searchbox controls replaced by JQuery autocomplete.
This commit is contained in:
parent
5f31a9f180
commit
837e1fec61
43 changed files with 1545 additions and 425 deletions
|
@ -134,6 +134,16 @@ namespace WebsitePanel.EnterpriseServer
|
|||
sortColumn, startRow, maximumRows);
|
||||
}
|
||||
|
||||
//TODO START
|
||||
|
||||
[WebMethod]
|
||||
public DataSet GetSearchObject(int userId, string filterColumn, string filterValue,
|
||||
int statusId, int roleId, string sortColumn, int startRow, int maximumRows, string colType)
|
||||
{
|
||||
return PackageController.GetSearchObject(userId, filterColumn, filterValue, statusId, roleId, sortColumn, startRow, maximumRows, colType);
|
||||
}
|
||||
//TODO END
|
||||
|
||||
[WebMethod]
|
||||
public DataSet GetPackagesPaged(int userId, string filterColumn, string filterValue,
|
||||
string sortColumn, int startRow, int maximumRows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue