shahid00704

Members
  • Content count

    7
  • Joined

  • Last visited

About shahid00704

  • Rank
    Forum Newbie
  1. Fusion Charts not working with Master Pages.

    dont u have any answer for this??? i dont know where i am doing mistake.... i have done what all u said but its not working when i am working on master pages....
  2. Hello i am trying to work on Fusion Charts. When i worked on fusion charts on Normal aspx pages i can generate Fusion Chart. But when i am trying this on Master pages i am not getting Chart. here is the code which i am trying. LitRegionVendorwise.Text = GetProductSalesChartHtml(); I have given reference to fusionCharts dll file. here I have FusionCharts Folder in my application root folder. and all swf files i have in that. i have tried changing the path in all ways i tried in these ways... return FusionCharts.RenderChart("FusionCharts/Column2D.swf", "", xmlData, "productSales", "600", "300", false, false); return FusionCharts.RenderChart("<%= Page.ResolveUrl('~')%>FusionCharts/Column2D.swf", "", xmlData, "productSales", "600", "300", false, false); return FusionCharts.RenderChart("../../FusionCharts/Column2D.swf", "", xmlData, "productSales", "600", "300", false, false); i am getting just Text "Chart" on the literal control seems that it is not rendering. can somebody tell me where i am going wrong. Thanks in advance.
  3. Movie Not Loaded.

    Hello I am just new to Fusion Charts. I have downloaded Evaluation product V3.1 i am working this on VS 2008 with C# language. But i am not able to generate Chart. when i right click on the page it is giving message movie not loaded. this is how i am doing this. I have given reference of dll file. what else i have to do for working on fusion charts?? please reply as soon as possible.