Hi
I'm trying to figure out where the respondents' answers are stored during a survey (when using SurveyBox Control in an external web application). I can see that they are stored in vts_tbVoterAnswers when the survey is completed, but I just can't figure out where/how they are stored before that!
I can't find the entered answers in the database and I've tried listing the contents of all Sessionstate, Viewstate and Cookies but the only values I see are the ones I have set in my own web application (the one I'm using the SurveyBox Control in)
I tried browsing the SP source code but I'm too much of a SP novice to be able to find it :)
The reason I'm asking is because I want to process the survey answers provided in my own web application upon survey completion. Any ideas on how that can be done?
/J