given is an URL like http://localhost:1973/Services.aspx?idProject=10&idService=14.
http://localhost:1973/Services.aspx?idProject=10&idService=14
What is the most straightforward way to replace both url-paramet
The most straightforward way is String.Replace, but you'll end up with problems if your uri looks like http://localhost:1212/base.axd?id=12&otherId=12
String.Replace
http://localhost:1212/base.axd?id=12&otherId=12