multiselect dropdown

J

JIK

Hi,

I'm looking for a multi-select dropdown to use in my asp.net/C# app. Anybody
have a tip?



Jon
 
G

George Durzi

<asp:listbox id="MyListBox" Runat="server" Rows="5"
SelectionMode="Multiple">
 
J

Jos

JIK said:
Hi,

I'm looking for a multi-select dropdown to use in my asp.net/C# app. Anybody
have a tip?

I believe that the words "multi-select" and "dropdown" are contradictory.

That's because as soon as you click on an item in a dropdown, the dropdown
will collapse, thus preventing further selection.

If you intend to select with the keyboard, then how is the user going
to end the selection? The Enter key will post the entire form right away.
 
Joined
Sep 5, 2006
Messages
11
Reaction score
0
There are third-party controls like EasyListBox that do this. Searching on CodeProject will net you a few free ones as well.
 

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,007
Latest member
obedient dusk

Latest Threads

Top