Welcome to Manicprogrammer Sign in | Join | Help

January 2009 - Posts

Forms, Repeatable Items, MVC, Validation, JSON – Phew, I got it!

Introduction Following my last post , I want to introduce what I was really working in. A multi-item templated client-side mechanism. Fancy name, huh? The idea is that in a form we have some single-value fields and some multi-value fields. I need both
Posted by heynemann | 1 Comments

Asp.Net MVC Model Binding

Introduction I´m doing a JQuery based component for dynamic rows using Asp.Net MVC. What that means is that the following HTML would get generated: ... < tr > < td > < input type ="text" name ="model.Items[0].Name" /> </ td > <
Posted by heynemann | 6 Comments
Filed under ,