Click to See Complete Forum and Search --> : MultiSelect boxes and finding the selections


anarchist
04-10-2003, 10:34 AM
I need to get a list of which items in a multiselect box have been selected, I'm wondering if theres an easy way of getting this rather than checking each element to see if it has been selected and forming the list that way, I'm looking for maybe a selectedindex array, does this exist? or am I going to have to use the longg method?

gil davis
04-10-2003, 12:09 PM
maybe a selectedindex arrayNope.
or am I going to have to use the longg method?Yep.