Survey Response List Web Control
This web control will allow you to list the survey responses in a table. The web control also has a general statistics panel for the survey that contains the total number of responses and the answering duration statistics.
This is a sample to show how to define the web control in your web page:
<Zodiac:SurveyResponseListWebControl ID="ucSurveyResponseListWebControl" runat="server" CssClass="bluesky" SurveyXmlFilePath="surveys\\sample.xml" ResponsesFolderPath="Responses" PageSize="10" />