I have a listview which is populated with values from a data base. What i am trying to do is select an item from the listview via a checkbox and then have that value displayed in a listbox. But everytime all that is displayed in the list box is:
(Collection)
The code i am using to populate the listbox is:
lstResults.Items.Add(ListView1.SelectedItems)
I wondered if anyone had any ideas?
Regards