ASP.NET MVC: How to post an array of textboxes to a controller
- by Luke101
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.