Documentation for this section has not yet been entered.
The Page.ClientQueryString property contains the query string portion of the URL requested by the browser. For example, if the requested URL is "http://www.contoso.com/default.aspx?id=100", the Page.ClientQueryString property will contain "id=100". The Page.ClientQueryString property is encoded; use the System.Web.HttpServerUtility.UrlDecode(string) method to decode the query string.