foreach (string q in Request.QueryString) { Response.Write(q + " = " + Request.QueryString[q].ToString()); }
Login to post response