how to load listview selected index value to textbox?

I would use the ListView's SelectedIndexChanged event and loop the SelectedIndices collection to the TextBox
 
Back
Top