Well, this is an old post, but in case you or anyone else is interested, it's called a querystring and you can use it to do a number of things - mainly to process form information (GET method) and to pull info from a database. See more about querystring in ASP here -
http://www.w3schools.com/asp/coll_querystring.asp.