You cannot bind a LINQ query’s result directly to a ListBox. You must first ________.
a) bind the result to a ListItem
b) clear the ListBox
c) convert the results to a List with method ToList
d) cast the result to a ListBoxItem
c) convert the results to a List with method ToList
Computer Science & Information Technology