1
vote
asp.net mvc - constructing views completely off custom fields in DB
If you are able to use the Preview 2 of MVC 2 then you could accomplish this by inheriting from DataAnnotationsModelMetadataProvider, or ModelMetadata if you don't want the attribute based stuff at …
