Is it possible to export the Chart control as well as Gridview data to Excel format.
-
Hi This is Chandra and Good evening. My query is, i have one web page. In that web page i have GridView Control. At presnt i can able to export the data to Excel from Gridview control.I have also Charts control in the same Web Page which is displying sales information. Here My Question is.. Is it possible to export the Chart control as well as Gridview data to Excel format. Thanks Chandrakanth
Chandrakanth
-
Hi This is Chandra and Good evening. My query is, i have one web page. In that web page i have GridView Control. At presnt i can able to export the data to Excel from Gridview control.I have also Charts control in the same Web Page which is displying sales information. Here My Question is.. Is it possible to export the Chart control as well as Gridview data to Excel format. Thanks Chandrakanth
Chandrakanth
ChandrakanthGaddam wrote:
Is it possible to export the Chart control
Yes. Look here: ASP.Net Chart Control-Exporting Chart to Excel FINALLY![^] BTW, there is ASP.NET section[^] too. This section generally is for C#-Winforms queries.
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout
-
ChandrakanthGaddam wrote:
Is it possible to export the Chart control
Yes. Look here: ASP.Net Chart Control-Exporting Chart to Excel FINALLY![^] BTW, there is ASP.NET section[^] too. This section generally is for C#-Winforms queries.
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout
Hi Sandeep, Thanks for your information. Meanwhile in my case i can not hard code the chat names because i have different types of grids like CategoryInfo,SubcategoryInfo Info,ProductInfo, SalesInfo etc. These are all grids contains lot of records and Each Grid has 3 types of charts. In this case how can i approach. Thanks Chandrakanth.
-
Hi Sandeep, Thanks for your information. Meanwhile in my case i can not hard code the chat names because i have different types of grids like CategoryInfo,SubcategoryInfo Info,ProductInfo, SalesInfo etc. These are all grids contains lot of records and Each Grid has 3 types of charts. In this case how can i approach. Thanks Chandrakanth.
I provided a direction to start. I have not done it myself or played with it. You have to look around for tweaks you want. Try out, it might not be as hard as you think.
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout