Quote:
Originally Posted by ncushing
Toolbox,
Rather than paste bits of code into the message, I created a sample web application that shows a list of surveys and responses. Upon selection of a response, all answerable questions are displayed on a single page along with their current answers. The user can then change the answers and save those changes.
To run the application, extract the files to a folder, then create a virtual directory in IIS to point to the folder . Then you'll need to update the connection string in the web.config and will need to update the web.config and all config files to replace [APP_PATH] with the physical location of the folder containing the application (e.g. C:\WebRoot\OnePageSurvey\) so that the various configuration files are referenced by their full paths.
Hopefully this will be a good start for you to adapt to your needs. If you have any questions, please let me know.
|
I have been using the sample website, but have noticed that the save feature isn't working quite right. When I click the save button, the page says that answers have been successfully updated, but when I leave and then come back to the survey, or view the results in the checkbox app, the answers have not been changed.
Any idea what I need to update/change in the same app to get that to update correctly?
Thanks