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: 148
mvc
|asp.net-mvc
How can I write the following in MVC?
<input type="text" name="ProjectList[' + count++ + '].ID" value = ' + value + ' />
© Stack Overflow or respective owner