Survey Builder Web Control
This web control will help you to add a complete survey builder and designer features to your web site. The control has a rich and easy to use interface that will help your application users and admins to build and design surveys in less time and effort.
Using the rich and easy interface, users are able to quickly go through the different surveys pages, add, edit or remove questions, change the survey settings, all in a quick and interactive way.
The following is a sample definition for the web control when added to your ASP.NET web page:
<Zodiac:SurveyBuilderWebControl ID="ucSurveyBuilderWebControl" runat="server" XmlFilePath="c:\surveys\sample.xml" CssClass="bluesky" PreviewButtonVisible="false" CancelButtonVisible="true" CancelButtonUrl="http://www.mentor-logic.com" CancelButtonText="Cancel" />
You will have to include "builder.css" CSS style sheet in the web page that contains the Survey Builder Web Control to render properly with the default theme.
<link type="text/css" rel="Stylesheet" href="css/builder.css"/>