I have an Ilist:
IList dfList = _LookUpProvider.DepartmentLookupAll().OfType().ToList();
so this brings the list of the departments. But i want to filter this list down and create another list
which gets three elements by their ID using Linq.
thank you in advance
Shakti Singh DulawatPosted May 3, 2016, 11:53 AM