ASP.NET MVC: How to post an array of textboxes to a controller

Posted by Luke101 on Stack Overflow See other posts from Stack Overflow or by Luke101
Published on 2010-04-05T00:16:15Z Indexed on 2010/04/05 0:23 UTC
Read the original article Hit count: 626

Filed under:
|

I need to dynamically build a list of textboxes using javascript and jquery. The problem I am having is when the textboxes are posted how do I capture the information in the controller.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc