Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forumguidelines
Hari B
1.9k
139
50.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#