After using the code which can be found in this thread
http://www.prezzatech.com/community/...questions.html
to load a survey into an external app, I have started having a problem with caching. If I change the text for one of the survey questions in the checkbox app, that change isn't reflected in the external application using the API. The only way I have found to force the external application to show the new text immediately is to restart IIS.
I have tried the following to load the response template without caching:
ResponseTemplateManager.GetResponseTemplate(CheckB oxSurveyID, false), but this doesn't seem to solve the problem, the text doesn't change immediately, but seems to update after a random amount of time.
Any help on this topic would be appreciated.