List SortedList = objListOrder.OrderBy(o=>o.OrderDate).ToList(); List DescSortedList = objListOrder.OrderByDescending(o=>o.OrderDate).ToList();