prithvi Report post Posted April 5, 2008 Hi, At present I use a table to display information. This table contains a column for fusioncharts. For the corresponding value in another column a bar chart gets displayed in every row of this column. Is there a way to load the fusionchart inside the gridview if I use gridview to display all information instead of a table using asp.net and c#.net? Thanks. Share this post Link to post Share on other sites
Arindam Report post Posted April 9, 2008 Hi Prithvi, Here is a sample we have developed using fusioncharts within ASP.Net Gridview Control. Please see the attachment bellow gridviewFC.zip Share this post Link to post Share on other sites
prithvi Report post Posted April 10, 2008 Hi Arindam, That was of great help. I had to generate a dynamic link to create a drill down for the charts. I used XmlTextWriter and StringWriter to write it into an xml file. I din't find any problem in that. Everything is working fine. Thanks a bunch. Prithvi. Share this post Link to post Share on other sites