varuag
07-25-2007, 12:43 PM
I want to store a Request.Form/QueryString value in a Session object...
Session(qnum+'OS') = Request.Form("sOption");
But it shows me this error:
Session object error 'ASP 0168 : 80004005'
Disallowed object use
/papers/maths/CheckAnswer.asp, line 8
An intrinsic object cannot be stored within the Session object.
--
I've tried the .Item at the end of Request.Form/QueryString, but it is not retrieving the value of the field.
Never mind the i
Session(qnum+'OS') = Request.Form("sOption");
But it shows me this error:
Session object error 'ASP 0168 : 80004005'
Disallowed object use
/papers/maths/CheckAnswer.asp, line 8
An intrinsic object cannot be stored within the Session object.
--
I've tried the .Item at the end of Request.Form/QueryString, but it is not retrieving the value of the field.
Never mind the i