Show different sub-sets in edit view
- by Martin R-L
In the context of C# 4, ASP.NET MVC 2, and NHibernate; I've got the following scenario:
Let's assume an entity Product that have an association to ProductType.
In a product edit view; how do I implement that only a sub-set of the product's properties are shown in an elegant and DRY way?
Use a product view model builder, and from different view…