asp.net survey questionnaire engine

╄→尐↘猪︶ㄣ 提交于 2019-11-29 21:00:44

Maybe these articles might be useful if you decide to build your own solution:

Web-Based Surveys Made Easy: http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

Working with the WebSurvey Control's Results: http://aspnet.4guysfromrolla.com/articles/111004-1.aspx

Try the C# open source Survey project (revived Nsurvey form engine and surveytool) at:

http://www.surveyproject.info (Demosite available and sources at Codeplex.com).

Check out Zodiac.NET Survey Engine written in C# ASP.NET. It meets most of your requirement except it defines the questionnaire in XML format. It can persist the answers as XML files on the server. You can also save the answers to any database using its APIs and bind the XML on the fly to the web controls. The nice thing about this engine is that it's a collection of Web Controls. This is a great benefit when you want to integrate it with your existing applications.

You can still find old NSurvey sources on the net (here, e.g.).

It's free, just don't get Feedback Server instead (now on nsurvey.org, unfortunately).

Zodiac.NET is another ASP.NET survey/questionnaire engine

SelectSurvey.Net works well and has a lower cost than Feedback Server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!