ShowQueryString
Visual Studio 2005
Demonstrates the use of the request object's query parameters collection to get information about the query string sent to the server.
The page displays the query string obtained from the CHttpRequest::GetQueryParams collection and the raw text from the QUERY_STRING variable, which are both available on the server, along with the location.search property of the document object, which is available through client-side script.