How to write a name as an array, mvc
- by user281180
I have the following code:
<%int count = 0; %>
<input type="checkbox" name="Name["'<%count++;%>'"]" />
The name isnt being rendered as expected, its being rendered as name="IssueCreate["''"]" />
How can I correct that?