Generate form based on selection

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-06-09T04:52:14Z Indexed on 2010/06/09 4:52 UTC
Read the original article Hit count: 140

Filed under:
|

I'm looking to build a web application that allows a person to select a plan and fill out an application for that plan. There are multiple plans and each plan generates a different application. Some of the questions are identical such as fields related to personal information.

I'm thinking of using ASP.NET MVC to build this web application. When generating the multi page application would it be best to

  1. Create partial views (sections of applications) and combine them when generating the form. OR
  2. Build some type of dynamic form generator

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc