multiple selection in listbox

A

Arvid

I would like to select and use multiple records in a listbox .

Is this possible?

I use ASP.NET 2.0, VS2005
 
M

Mark Fitzpatrick

Sure thing. Keep in mind though, when you look at the documentation for
properties such as Selected Item, it is selecting the item with the lowest
index in the list, not all selected items. You'll need to iterate through
the list to determine which items are selected.

The dropdownlist is the single select version.
 
A

Arvid

found it, thank you
--
regards,

Arvid


Mark Fitzpatrick said:
Sure thing. Keep in mind though, when you look at the documentation for
properties such as Selected Item, it is selecting the item with the lowest
index in the list, not all selected items. You'll need to iterate through
the list to determine which items are selected.

The dropdownlist is the single select version.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top