query string value not passsing operator sign
eg
i have a dropdown box under o+ but o only passing to another page
//Pass Response.Redirect("~/Page.aspx?q=" + Server.UrlEncode("o+")); //Receive string q = Request.QueryString["q"]; //OR string q = Server.UrlDecode(Request.QueryString["q"]);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.