Hi
Is there any tool for multiselect listbox in .Net and if not I have added a bootstrap-multiselect.js file but its throwing an error as
"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'multiselect'"
Below is my code snippet :
$(function () {
debugger;
$('#CustomerListBox').multiselect({
includeSelectAllOption: true
});
});
Manav PandyaPosted Aug 20, 2018, 12:59 PM