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
Check out model binding to a list here. Items posted needs to be in certain format to be able to retrieve them as list in POST action.