TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aruna Gopalakrishnan
NA
28
5.2k
Multiselect listbox
Aug 20 2018 6:35 AM
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 :
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"/>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-multiselect.js"></script>
<link rel="stylesheet" href="css/bootstrap-multiselect.css" type="text/css"/>
$(function () {
debugger;
$('#CustomerListBox').multiselect({
includeSelectAllOption: true
});
});
Reply
Answers (
1
)
app.MapSignalR(); are error (assembly referece are missing)
Pass viewmodel (contain List<ModelClass>) data to controller