Generate a form from an untyped mvc 2 model or dictionary
Posted
by user329251
on Stack Overflow
See other posts from Stack Overflow
or by user329251
Published on 2010-05-20T00:03:14Z
Indexed on
2010/05/20
0:10 UTC
Read the original article
Hit count: 653
HI all,
I am looking for a way to generate and validate mvc 2 forms using untyped entities. Basically similar how the propertygrid in winforms behaves.
In the utmost basic sample for instance have an dictionary and generate a form from that depending on the datatype in the Dictionary ofcourse it should be able to fill the same dictionary in the controller.
Any ideas or leads or hints?
Best regards, Emile
© Stack Overflow or respective owner