Obtaining Query String from an URL

This link will demonstrate the Request.QueryString object.

The current value of Size is <%= Request.QueryString("Size") %>
The current value of Color is <%= Request("Color") %>