This looks like something so easy to be done and at the same time I guess a lot of people fail the first time they try to get this working. So to help the fellow developers out there I put together a concise ASP.NET MVC 4 sample application hosted at GitHub. It shows how to data bind/postback view values to a single array parameter or a ViewModel array paramenter in an controller action method. I show two ways of doing this: using a traditional/full postback and an AJAX/partial postback. This way you can choose the best option for you.
.net
css-html
how-to
javascript