Hi - I'm trying to drop a variable in a Request.Form query like so:
If Request.Form("item" + myVar + "" Then..
Obviously the above doesn't work. I've tried about eight different configurations of the above, like Request.Form(myVar) etc, and each time I get this error :- Type mismatch: '[string: ""]'
Surely there is a way to do this?
Thanks,
Matt.
If Request.Form("item" + myVar + "" Then..
Obviously the above doesn't work. I've tried about eight different configurations of the above, like Request.Form(myVar) etc, and each time I get this error :- Type mismatch: '[string: ""]'
Surely there is a way to do this?
Thanks,
Matt.