Hi
how to dynamically changed the dropdown content in change event (
Bootstrap multiselect dropdown with check box).
my problem is content is changed properly , but some times check boxes are not coming.
if i reload the page the problems is solved,but i dont want relaod the page
@Html.LabelFor(model => model.DeviceID, htmlAttributes: new { @class = "control-label col-md-7" })
@Html.DropDownList("DeviceID", null, new { @class = "multiselect form-control" , multiple = "multiple" })
@Html.ValidationMessageFor(model => model.DeviceID, "", new {@class = "text-danger"})
@Html.DropDownList("DeviceID", null, "Please Select", new { @class = "form-control" })
@Html.ValidationMessageFor(model => model.DeviceID, "", new { @class = "text-danger" })
2 Replies
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.
siva rami reddy paluriPosted Jan 12, 2018, 3:14 AM
Laxmidhar SahooPosted Jan 11, 2018, 11:09 AM