I currently have a LinqDataSource on an ASP.NET page which is used as the data source for a FormView. I need to dynamically alter the where clause based on para
where
Please try url decode Request.QueryString[key]
Request.QueryString[key]
Example:
HttpUtility.UrlDecode(Request.QueryString[key]);