A
Alex Schatten
Hi
in ASP i used following code for reading the Request.QueryString and setting my variables
for each key in Request.QueryString
x= key & "=" & chr(34) & Request.QueryString(key)& chr(34)
execute(x)
next
Can i realize somthing similiar in aspnet?
Regards, Alex
in ASP i used following code for reading the Request.QueryString and setting my variables
for each key in Request.QueryString
x= key & "=" & chr(34) & Request.QueryString(key)& chr(34)
execute(x)
next
Can i realize somthing similiar in aspnet?
Regards, Alex