You may have read about the new strongly-typed helpers in ASP.NET MVC 2 . In addition to the HTML element helpers like Html.TextBoxFor() , you can use the more generic Html.EditorFor() to build your own template for editing a custom data type. In this post, I'll show you how to create a single template...