0
kicks
Creating a Html.DisplayForMany Helper for MVC 2
The Html helper in ASP.NET MVC 2 comes with some handy methods called “DisplayFor” and “EditFor” – please see Scott Gu’s article if you are not familiar with these new features. Long story short, they provide an ASP.NET Dynamic Data-like mechanism which uses reflection and templating to render a display form or an edit form. This article explains how to take it one step further by creating a Html.DisplayForMany() helper.