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
Shoaib Ahmed
NA
189
5.3k
How to send dropdown list ID to controller
Jan 9 2019 1:26 AM
@using EnracWebApp.Controllers
@model IEnumerable<MVC.ProjectInformation>
<select>
@foreach (var projects in Model)
{
<option id="@projects.SurveyId">@projects.SurveyName</option>
}
</select>
How can I send this id to the controller ?
Reply
Answers (
3
)
How to send List of objects which is in User defined class
Timepicker Up & Down images not rendering in IE ?