http://authors.aspalliance.com/aspxt...erystring.aspxFTA:
Request.QueryString returns a collection of name/value pairs representing the elements of a client form submitted via the GET method. The HTTP query string is specified by the values following the question mark [ ? ] in the request URI.
To obtain the value of a single form input element, use
Code:Request.QueryString[ "variableName" ]