Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

Idea or tool for building a form application using ASP.net MVC

Hi, I'm using VS2013, C# and asp.net.  
I got a new project and I would like to do this in MVC 4 or 5?  I only developed ASP.net MVC 1.0 long time ago and would like to update my MVC skill.  This will be web application and users are required to log in using their company network credential.
Users are submitting data using this application.  Users will see a series of radio button selection or a Other field to complete then click Next to complete additional form data.  There will be about 20 of these questions for users to complete.  Only one question is displayed to users at a time because each subsequent question form really depends on what users answer on each form.  Depends on what they entered at current form will affect what will be presented for them to complete in the next form.

I'm still trying to decide either to store the data in SP2013 (List?) or in SQL server.   Users will needs lots of analysis reports so not sure what's best to do here.  

Is there a plug in or nuget package for what I'm trying to do here?
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Gustav Brock
Gustav Brock
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

Thank you.