I have a listview and I want to copy the items of the listview in a textbox.......which property of the listview do I have to use.......please help me!!!
Printable View
I have a listview and I want to copy the items of the listview in a textbox.......which property of the listview do I have to use.......please help me!!!
will this work?
Code:Text1 = ListView1.SelectedItem.Text