Multiple dropdown select in mvc using jquery and css
I need multiple dropdown select in mvc application. In this application required drop down multi select using Jquery and css.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Jul 17, 2015, 10:00 AM
Surendra KandiraPosted Jul 17, 2015, 7:32 AM
{
//
// GET: /Home/
public ActionResult Index()
{
return View();
}
public ActionResult Selected()
{
return View();
}
}
Layout = null;
}
css file.........