Page is a not externally linkable
- Microsoft
-- Microsoft IIS Web Server and ASP.NET
---- What is Query string collection in asp?


Ocean10000 - 2:06 pm on May 21, 2012 (gmt 0)


The Query string collection is a name / value collection, which assembled from the values after the ? in a url.

http://example.com?id=1&Sessionid=1000001

The query string collection in this case will have two name/values pairs in it.
Id=1
Sessionid=1000001

Reference:
Request.QueryString Collection [msdn.microsoft.com]


Thread source:: http://www.webmasterworld.com/microsoft_asp_net/4455878.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com