F
Frank
How can I get the value property from the item collection
in a ListBox control. I know I can get the selected
value with listBox.SelectedValue, but how can I get the
value property of all the selected items?
I would like to loop through the list and look and the
values.
I wish something like listBox.Items.Value worked.
Any help would be great,
Frank
in a ListBox control. I know I can get the selected
value with listBox.SelectedValue, but how can I get the
value property of all the selected items?
I would like to loop through the list and look and the
values.
I wish something like listBox.Items.Value worked.
Any help would be great,
Frank