Example of using the Request.QueryString method
View the source code

Iterating through the QueryString collection :
Number of QueryString variables = 2

  • Me = John
  • Q = Fred
    The unparsed QueryString data is : Me=John&Q=Fred