Skip to Content
0
Nov 21, 2012 at 01:13 PM

browser cann't display '&' from parameter value in Crystal Report

50 Views

hi,

i designed one crystal report in vs 2010. i sent a parameter as Customer_Name.

Customer_name value is passed like ARUN & CO,

but value displaying ARUN. after '&' cann't display.

am using like this,


Dim Customer_Name As String = Server.UrlEncode(Request.QueryString("Customer_Name")).Trim
Customer_Name = Server.UrlDecode(Customer_Name)
Customer_Name = Customer_Name.Replace("'", "''")

Urgent pls,

Thanks in advance.