Results 1 to 2 of 2
Thread: Session Variables
-
08-29-2007, 10:34 AM #1durban Guest
Session Variables
i am having problems receiving a session variable value in a hidden field. I have confirmed that the session variable is definitely being created and has a value, but checkbox does not seem to be reading it.
Is there some trick to this?
-
09-14-2007, 03:21 PM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
Are you still having a problem with this?
Where are you creating the session variables? Session variables are not portable across ASP.NET applications, so the code that creates the variable must reside in the Checkbox application scope.
You can test the capture of session variables by using the Test Survey page of the survey editor. It lets you specify values for any hidden items in the survey before testing.


LinkBack URL
About LinkBacks
Reply With Quote