change dropdown list to checkbox in ajax jquery in mvc
问题 In my project I used cascaded drop down list using jquery ajax and it works, but I need to change the second drop down list to checkbox to select the City based on the districts selected from the first drop down list and also the items selected using checkbox need to be saved in the database. But I am new to MVC and Iam not able to give the code for check box in the correct way. controller public ActionResult Create() { ViewBag.DistrictId = new SelectList(db.DistrictMasters, "Id",