If you have a querystring from for example the Uri class ( Uri.Query ) and you want to parse it so you can get al the params and values, instead of doing al lot of string manipulation you can use a very handy utility class, the HttpUtility . The HttpUtility...