MVC2 - Dynamic Field Layout
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-30T12:42:57Z
Indexed on
2010/05/30
17:52 UTC
Read the original article
Hit count: 309
I'm new to MVC and ADO.net Entity Framework. Instead of having to create an edit/display for each entity, I'd like to have the controller base class generate the view and validation code based off metadata stored in a table - something along those lines.
I would imagine something like this has already been done, or there are good reasons for not doing it. Any insight or suggestions are appreciated.
© Stack Overflow or respective owner