After completing the design, you have two options:
- Use MindStick.Controls.Survey.dll with an existing ASPX web page, or
- Use MindStickSurveyPage.aspx which already refers to MindStick.Controls.Survey.dll.
Using MindStick.Controls.Survey.dll:
Step 1: Add MindStick.Controls.Survey.dll to your ASP.NET web application.
Step 2: Save the survey file (.msd) to a location accessible to the website user.
Step 3: Add the Survey Control in the web form, pass the survey file in the [Survey File (.msd)] property and set the XML file path in [SurveyDataFile]. Website users must have write rights on the XML file location.
Using MindStickSurveyPage.aspx:
Step 1: Add MindStickSurveyPage.aspx to existing or new ASP.NET web application.
Step 2: Add MindStick.Controls.Survey.dll to the bin folder.
Step 3: Save the survey file (.msd) to a location accessible to the website user.
Step 4: Pass the survey file in [Survey File (.msd)] and set the XML file path in [SurveyDataFile]. Website users must have write rights on the XML file location.