Hi,
I am sending parameters to my report from asp.net.
I have a parameter that receives text in Hebrew and therefore displays it as such in the browser address line:
http://dvl/reportserver/reports/tuto...e5%f1%e9%e5%fa
The problem is that I need to display the value in the report inside a textbox but the textbox is empty.
How can I solve it so that the value in Hebrew is displayed?
Thanks