0
kicks
Editing a variable-length list of items in ASP.NET MVC
It’s always awkward to create the right UI for variable-length lists, because you don’t know how many input controls to render. How would you do it with ASP.NET MVC? Steven Sanderson shows a fairly elegant technique, including a live demo.