When I try to remove a parameter from the querystring, I get an error that the collection is read-only. How can I set it to allow me to update the collection? I assume it's possible since there are functions built in to do just that..
Code:
request.QueryString.Remove("ProdID")