How to work on Multiple Select (MultiSelect) DropDownList with CheckBoxes in ASP.Net using jQuery on Bootstrap Modal popup and call that popup through server side
$(function () {
$('[id*=ctl00_ContentSection_Internal]').multiselect({
includeSelectAllOption: true
});
})
</script>
Use this code.
Css Code-