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...
No comments yet, be the first one to post comment.