Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

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="priorities-AfxonArithmos-@currentItem.AfxonArithmos" value="@currentItem.AfxonArithmos"/>
            </td>
            <td hidden="true"><input type="hidden" name="priorities[@idx].pProteraiotita" id="priorities-Proteraiotita-@currentItem.AfxonArithmos" value="@currentItem.Proteraiotita"/></td>
            
 
PREVIOUS NEXT
Tagged: #mvc #table #array #binding #arbitrary #indices
ADD COMMENT
Topic
Name
5+6 =