Ejemplo n.º 1
0
 public static void AddItemSortByList(string sortBy, ref HtmlGenericControl sortByList)
 {
     sortByList.Controls.Add(GetItemSortValuesList(CommonManager.GetSortByOptions(), sortBy));
 }
Ejemplo n.º 2
0
 public static void AddItemViewPerPageList(int currentViewPerPage, ref HtmlGenericControl viewPerPage)
 {
     viewPerPage.Controls.Add(GetItemsPerPageList(CommonManager.GetValuesPerPage(), currentViewPerPage));
 }