Forum Discussion
dp106
7 years agoHelper I
URL Encoding While passing passing parameter thru URL
Hi, I am filtering a report using Query String Parametrs in URL. The reports breaks when it encounters special charaters like Ampersand, Quote etc in the filter condition (value). Is there a ...
michaelshparber
6 years agoAdvocate V
Uri.EscapeDataString(part_of_url)
double encoding:
Uri.EscapeDataString(Uri.EscapeDataString(part_of_url))