Advice with Dynamic Forms in ASP.NET MVC

前端 未结 4 1763
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 03:34

I am working on rendering a dynamic form in an ASP.NET MVC view that will meet these requirements:

  • Fields can be validated
  • State is preserved when the for
4条回答
  •  春和景丽
    2021-02-06 03:55

    I wrote a class library that basically does exactly what my psuedocode in my question describes. It works great.

    EDIT:

    I finally got around to cleaning up my class library. I have added some new features and created a fairly well documented demo web application.

    All of this is hosted here on CodePlex. I hope this helps someone.

提交回复
热议问题