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: 197
        
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
- Create partial views (sections of applications) and combine them when generating the form. OR
- Build some type of dynamic form generator
© Stack Overflow or respective owner