PDA

Click to See Complete Forum and Search --> : a very stupid question!!!!


Dec 19th, 2000, 03:00 PM
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!!!

Chris
Dec 21st, 2000, 07:38 AM
will this work?


Text1 = ListView1.SelectedItem.Text