asp.net mvc table array binding arbitrary indices code example
Example: asp.net mvc table array binding arbitrary indices
<td hidden="true">
<input type="hidden" name="priorities.Index" value="@idx" />
<input type="hidden" name="priorities[@idx].pAfxonArithmos" id="[email protected]" value="@currentItem.AfxonArithmos"/>
</td>
<td hidden="true"><input type="hidden" name="priorities[@idx].pProteraiotita" id="[email protected]" value="@currentItem.Proteraiotita"/></td>