As a PHP programmer I\'m used to using $_GET to retrieve the HTTP query string... and if I need the whole string, theres loads of ways to do it.
In ASP however, I c
Try Request.Url.Query if you want the raw querystring as a string.