Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8480255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:14:47+00:00 2026-06-10T19:14:47+00:00

What is the best way to bind a dynamically created collection of elements in

  • 0

What is the best way to bind a dynamically created collection of elements in an MVC view to a collection in MVC 4. I know previous versions have required that the elements look like this:

<input name="Categories[0].CategoryID" type="hidden" value="123" />
<input name="Categories[0].CategoryName" type="hidden" value="Music" />
<input name="Categories[1].CategoryID" type="hidden" value="456" />
<input name="Categories[1].CategoryName" type="hidden" value="Movies" />

But when you are dynamically adding new elements and removing them, things get out of sequence pretty quickly.

Does MVC 4 add a way to bind to a non-sequential collection?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:14:49+00:00Added an answer on June 10, 2026 at 7:14 pm

    Non sequential collection indices supported since MVC2 you just need to have a separate hidden field which will hold the index with the name schema: CollectionName.Index:

    E.g:

    <input type="hidden" name="Categories.Index" value="3" />
    <input name="Categories[3].CategoryID" type="hidden" value="123" />
    <input name="Categories[3].CategoryName" type="hidden" value="Music" />
    
    <input type="hidden" name="Categories.Index" value="1" />
    <input name="Categories[1].CategoryID" type="hidden" value="456" />
    <input name="Categories[1].CategoryName" type="hidden" value="Movies" />
    

    You can find more info about the topic here: Model Binding To A List

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this (simplification): $(li).click(function{alert(test);}); <li> <input> </li> What's the best way to bind
What's the best way to handle binding events on elements that will be refreshed
What is the best way to bind Javascript events to my custom MVC controls?
What's the best way to bind ExtJs 4 Grid filter info to asp.net mvc
What is the best way to bind a property to a control so that
I want to know the best way about when we want to bind a
I am trying to figure out the best way to bind to an unrelated
In a single paged application, would this be the best way to bind and
The best way to explain my problem is by a example. I have a
The best way of describing this is I have a table of people with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.