Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In drop down multiple items selected that items pass to one page to another page using JavaScript or JQuery in MVC.
Posted
v3
Comments
What have you tried and where is the issue?

1 solution

Dropdowns don't support multiple selections so you'll need to use something like a jQuery plug in that makes a multi-select list look like a dropdown

25+ jQuery Multiselect Plugin & Widget with Examples[^]

Others are available so google for "jquery multi-select dropdown" if none of these take your fancy.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900