12
shouts

Creating a Html.DisplayForMany Helper for MVC 2 - Matt Hidinger

published 210 days, 8 hours, 11 minutes ago posted by StevesSteves 210 days, 21 hours, 17 minutes ago
Tuesday, August 18, 2009 10:59:03 AM GMT Monday, August 17, 2009 9:52:30 PM GMT

Note: This article was written for ASP.NET MVC 2 Preview 1 – it may become outdated in future previews.

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 e...

category: ASP.NET | clicked: 54 | | source: www.matthidinger.com | show counter code
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, ASP.NET MVC 2.0, ASPNETMVC, MVC