Skip to content

⭐ Rated 4.9/5 by 8,400+ students  |  πŸŽ“ Expert writers in 80+ subjects  |  βœ… 100% original, no AI  |  πŸ”’ Confidential & secure

Home β€Ί Blog β€Ί

How to pass a list from controller to view MVC

5 min read

Assessment Brief

I am creating a MVC web application.At the moment I have this in the controller: People =
new SelectList(
this.peopleManager
.GetPeople(),
“Id”,
“Name”),
And this in the View:

Coursework piling up? Get expert help today.

Whether it's weekly coursework, term assignments, or portfolio tasks, our writers understand module-level expectations. We match you with a writer in your subject area who delivers fully referenced, properly formatted coursework on your exact deadline.

✓ Plagiarism-free · ✓ 100% human · ✓ Free revisions · ✓ Confidential

Help With My Coursework

🔒 No payment to start · From 3 hrs

@Html.LabelFor(model => model.SearchCriteria.PeopleIds, “Person”, new { @class = “col-md-12” })

Coursework piling up? Get expert help today.

Whether it's weekly coursework, term assignments, or portfolio tasks, our writers understand module-level expectations. We match you with a writer in your subject area who delivers fully referenced, properly formatted coursework on your exact deadline.

✓ Plagiarism-free · ✓ 100% human · ✓ Free revisions · ✓ Confidential

Help With My Coursework

🔒 No payment to start · From 3 hrs

@Html.ListBoxFor(model => model.SearchCriteria.PeopleIds, this.Model.PeopleViewModel.People, new { @class = “form-control cascade-people” })
@Html.ValidationMessageFor(model => model.SearchCriteria.PeopleIds, null, new { @class = “text-danger” })

Need help with your assignment?

Expert writers available now. Original work, no AI, free revisions.

πŸ”’ No payment to start Β· Free revisions Β· Money-back guarantee

4.9 β˜…

Student rating

8,400+

Papers delivered

97%

On-time delivery

Why students choose Scholaris

  • 100% human writing, no AI
  • Plagiarism report with every order
  • Deadlines from 3 hours
  • Money-back guarantee
  • Free unlimited revisions

Related Study Guides