Guest_imported
New member
- Jan 1, 1970
- 0
I wondered if one of you could help me, I have the following problem:
I'm trying to put a collection object like
Request.Form("inStrings"
in a session variable.
The problem is that the request.form is a collection object because there is more then 1 string in it. When I put it in the session variable and try to get all the strings out using
for each item in session("inStrings"
...
next
I get the following error : 'Object is not a collection'
Does anyone know a solution to this problem?
I'm trying to put a collection object like
Request.Form("inStrings"
in a session variable.
The problem is that the request.form is a collection object because there is more then 1 string in it. When I put it in the session variable and try to get all the strings out using
for each item in session("inStrings"
...
next
I get the following error : 'Object is not a collection'
Does anyone know a solution to this problem?