I need to pass array to POST method. But i\'m obviously missing sometging My view look something like this:
<%@ Page Title=\"\" Language=\"C#\" MasterPage
Change your view code as follows:
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
Update: On 2nd thoughts, I think this is your actual problem, you are starting from 1-7, rather than 0-6.
Thanks Ant.