How do I create a Listbox or something else that will allow selecting multiple items in a dropdown box without using multiple=multiple? ?http://forums.asp.net/t/1749339.aspx/1?How+do+I+create+a+Listbox+or+something+else+that+will+allow+selecting+multiple+items+in+a+dropdown+box+without+using+multiple+multiple+Wed, 14 Dec 2011 04:22:13 -050017493394729994http://forums.asp.net/p/1749339/4729994.aspx/1?How+do+I+create+a+Listbox+or+something+else+that+will+allow+selecting+multiple+items+in+a+dropdown+box+without+using+multiple+multiple+How do I create a Listbox or something else that will allow selecting multiple items in a dropdown box without using multiple=multiple? ? <p>How do I create a dropdown box in WebMatrix that allows selecting multiple items? I want to allow the user to select more than one item by using the Ctrl key, and I can't use &lt;select multiple=multiple&gt; because I want it to look like a dropdown (with an arrow and only one row showing)</p> <p>is Listbox the only way to do it ? If so, can you tell me how to do that? The instructions I found in the MSDN library were quite difficult to follow.</p> 2011-12-13T20:56:01-05:004730342http://forums.asp.net/p/1749339/4730342.aspx/1?Re+How+do+I+create+a+Listbox+or+something+else+that+will+allow+selecting+multiple+items+in+a+dropdown+box+without+using+multiple+multiple+Re: How do I create a Listbox or something else that will allow selecting multiple items in a dropdown box without using multiple=multiple? ? <p>You can't use a Listbox in Web Pages as the framework doesn't support server controls. You can probably do what you want using CSS or you may be able to find a jQuery plugin that does this.</p> 2011-12-14T04:22:13-05:00