SyntaxFix
Write A Post
Hire A Developer
Questions
Get the querystring collection, parse it into a (name=value pair) string, excluding the one you want to REMOVE, and name it newQueryString
name=value pair
Then call Response.Redirect(known_path?newqueryString);
Response.Redirect(known_path?newqueryString)