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
Rick Freeman
NA
30
8.7k
MVC ListBox
Nov 11 2015 6:35 PM
Hello,
I'm looking for a ListBox example that will display
images from url
,
not
a drop down list?
Where multiple items are selective and then be able to pass a value(send request via twitter direct msg) from class to each one selected
This what I have so far:
@using (Html.BeginForm())
{
@Html.ListBoxFor(s => s.allFollowers,
new SelectList(Model.allFollowers, "userId", "profileImage"))
<input type="submit" value="Submit" />
}
Reply
Answers (
2
)
how to handle login problem
How to send and receive SMS in C# via AT-Command NokiaE63 ?