If you new to linq you should watch the videos athttp://www.asp.net/learn/linq-videos/. You have to pass a function that takes a string and returns true or false in your case. Something like this: listItems.OfType<string>().Where(li => li.ToString().Equals(CompanyChoice));...