GregSQL Report post Posted July 1, 2010 I want to use a dataURL like Data.asp?id=1&subId=2 for the chart. How can I pass these attributes as a part of dataURL? Just URL-Encode the dataURL and then provide to the charts. I see the FusionChartsHelper.java. Is there a way to use this with C#? I need to URL-Encode on a System.Web.UI.UserControl so I can pass multiple variables to the drill down chart. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted July 2, 2010 Hi, In C# there is HttpServerUtility.UrlEncode() or Server.UrlEncode(). Share this post Link to post Share on other sites