drpcken
Jan 13th, 2005, 02:49 PM
I'm trying to write a way to check for the existance of a querystring, not its value.
I was thinking something like
If Request.Querystring("Param") is Nothing then
end if
I'm not worried if it has a value or not, I just wanna check to see if its there or not.
Thanks!
I was thinking something like
If Request.Querystring("Param") is Nothing then
end if
I'm not worried if it has a value or not, I just wanna check to see if its there or not.
Thanks!