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
Hari B
NA
139
67.7k
Jquery Multi select listbox
Sep 19 2019 5:20 AM
Hello All,
I want to display listbox through Jquery in popup box.
I got data from controller to view HTML.listbox in below
<%: Html.ListBox("tbaSellstbox", new SelectList(ViewData["BufferboxECSId_Clone"] as IEnumerable, "BufferBoxId", "ECSBufferBoxId", ViewData["BufferboxECSId_Clone"]), new { id = "Bflstbox_two_of1_id1" })%>
i want code for listbox in Jquery using id. like below
html += '<div>$("#Bflstbox_two_of1_id1").multiSelect();</div>';
suggest me how to get lisbox usning id in Jquery
Reply
Answers (
4
)
RedirectToAction not working?
how to visible false or true in textbox in gridview in c#