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 <select multiple=multiple> because I want it to look like a dropdown (with an arrow
and only one row showing)
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.
ChayaCooper
Member
121 Points
65 Posts
How do I create a Listbox or something else that will allow selecting multiple items in a dropdow...
Dec 13, 2011 08:56 PM|LINK
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 <select multiple=multiple> because I want it to look like a dropdown (with an arrow and only one row showing)
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.