This article shows how to replace value of just a single key and keep all the other key-value pairs in a querystring for a given page. You might use this to replace a page number in the url of a querystring, for example: mysite.com?key1=value1&page=2&key3=value3.
|