dwhittenburg
11-16-2004, 04:19 PM
I've played with ListBox and ListView a little bit and used DataGrid a good bit. I was wandering if either of these could be used as a solution for my problem or if there were other List solutions?
My problem is that I basically need a selection mechanism from a list, however I need it multi-select. Currently, I'm using two ListBox controls, one as the Available and one as the Selected. Once clicking on the Available it goes to the Selected and vice versa.
I was actually looking for more of one list that I could use and on selection of an item in the list it would be highlighted and I could select mutliples...Similar to coding tables in html or even multi-selections in html.
Anyone have any help for this problem?
My problem is that I basically need a selection mechanism from a list, however I need it multi-select. Currently, I'm using two ListBox controls, one as the Available and one as the Selected. Once clicking on the Available it goes to the Selected and vice versa.
I was actually looking for more of one list that I could use and on selection of an item in the list it would be highlighted and I could select mutliples...Similar to coding tables in html or even multi-selections in html.
Anyone have any help for this problem?