Opinion Survey Sample

See Also      Tasks

This sample creates a basic survey form and submits the results to a database. When you view the Survey.asp page, an HTML form is displayed with fields for manager, review period, and a series of questions asking for opinions on the selected manager’s performance.

Behind the Scenes

This sample uses one file: Survey.asp, which presents the survey items and allows the user to enter an opinion about the selected manager on a scale of 1 to 5.

Using the FormManager design-time control the results are posted into the Survey table in the Gallery database. The results from this survey and others are displayed using the Grid design-time control.