How can one remove items from a list.
list1- defined as List<string> contains name(account code):accountid eg Anee(5678):4
and list2 accountid eg 4,5
Now I want to remove all accountid details from list1 which are in list2.
Go to the complete details ...