hello,
i was wondering how would i display the unselected collections of items from a listbox to a label,
instead of displaying the selected item to a label.
ex.
If txtbox.SelectedIndex <> -1 Then
' this mean the items is selected in the listbox,
how do i show the other items in a listbox
to display on a label.
thanks.


Reply With Quote


Bookmarks