To get full Query string from URL use below code
string strQuerystring = this.Request.ServerVariables[“QUERY_STRING”].ToString();
To get full Query string from URL use below code
string strQuerystring = this.Request.ServerVariables[“QUERY_STRING”].ToString();