I have this url-link : http://localhost:50201/CastingForms/CastingList.aspx?name=<a>.
How can I get parameter name.
For now I use this code sname = Request.QueryString["name"];
But it returns ""(empty result).
I used System.Web.HttpUtility.HtmlEncode to encode name.