View Single Post
  #5 (permalink)  
Old 08-13-2007, 06:16 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 192
Default

To list responses for a given survey, you can call the static ResponseManager.GetResponseList(...) method. Visual Studio is updating itself, so I don't have access to the code just yet, but intellisense should give you the method signature.

The method takes quite a few arguments including the database ID of the survey to list responses for. To list all responses, pass negative numbers for the results per page and page number parameters, and null or empty strings for the searching and sorting parameters.
Reply With Quote