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.
A:
Are you doing something like the the Model Binding To A List example or something different? This kinda looks like a similar question as well.
R0MANARMY
2010-04-05 00:35:06
+2
A:
Steve Sanderson has a blog post with sample code showing precisely how to do this: http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
Malevolence
2010-04-05 02:12:00