We are developing a survey application with the following features
- Users will be able to select questions from a set of predefined questions.
- Each question has a specific type of question, which determines the type of answer (multiple choice, search in the database, free text, etc.).
- The user can create a hierarchy of sections with several questions in each section.
- Poll responses will be stored in the SQL server database.
There is also a requirement to create an output from each survey response.
We plan to implement this application using ASP.net.
I am looking for suggestions that will help us reduce development efforts. Is there any commercial / open application that we can customize for our needs? are there any ready-made components that help create dynamic ASP.net pages? I'm only interested in an application that I can host locally, since it needs to be integrated into an existing application.
source
share