View Single Post
  #6 (permalink)  
Old 03-24-2008, 02:10 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 171
Default

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.
Attached Files
File Type: zip OnePageSurvey.zip (904.6 KB, 9 views)
Reply With Quote