How to write the following in MVC?

Posted by user281180 on Stack Overflow See other posts from Stack Overflow or by user281180
Published on 2010-04-12T10:03:54Z Indexed on 2010/04/12 10:13 UTC
Read the original article Hit count: 126

Filed under:
|

How can I write the following in MVC?

        <input type="text" name="ProjectList[' + count++ + '].ID"  value = ' + value + ' />

© Stack Overflow or respective owner

Related posts about mvc

Related posts about asp.net-mvc