Sign in to follow this  
stanmakfusion

Problem with chars in XML string

Recommended Posts

I am using the below code to try to build my chart.

string xmlString = gridRow.Cells[3].Text.ToString();
return FusionCharts.RenderChart("/FusionCharts/Bar2D.swf", "", xmlString, "chart1", "600", "300", false, false);

When I do this, I get "No data to display". When I look at the source code, it looks like the < and > chars have been replaced  and looks something like this

 /></dataset></chart> 

Is there a way around this?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this