getting selected values from multiselect listbox

B

Bjorn Abelli

...
How do I get the values selected from a multiselect listbox?

this.listBox1.SelectedItems;

and

this.listBox1.SelectedIndices;

returns collections, through which you can iterate, etc.


// Bjorn A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top