Page 1 of 1

SELECT & Multiple

Posted: Sun Jan 15, 2006 9:32 pm
by alex.barylski
Is there a propery that I can query which will tell me how many items are selected in a multiple SELECT???

selectedIndex does not yield the right info...obviously, but I can't find the property for multiples??? Do I have to iterate the list first adding up how many are selected???

Cheers :)

Posted: Sun Jan 15, 2006 9:39 pm
by feyd
iterate. :)

Posted: Mon Jan 16, 2006 12:09 am
by alex.barylski
feyd wrote:iterate. :)
Thats what I ended up doing...

Kinda stupid though, that they wouldn't have a property for that.. :?

Ah well...

Cheers :)