Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Help converting CFM Page to ASPX?
Can anyone help me in converting this peice of code in CFM page to ASPX. Basically, I want to know how to generate a Flash Chart in ASPX. But I am giving CFM way of doing the FlashChart.
<cfchart format="flash"
xaxistitle="Zone"
yaxistitle="Units"
show3D="yes">
<cfchartseries type="bar"
query="SomeQuery"
itemcolumn="Zone"
valuecolumn="Capicity"
seriesColor="##858588"
</cfchartseries>
</cfchart>
1 Answer
- agbriscoLv 41 decade agoFavorite Answer
In all honesty, I don't think this can be done without using a 3rd party plug-in... Coding this yourself might be... well... time consuming. Here's a couple of URLs to 3rd party plug-ins - some are free, I think:
http://www.criticalfiles.com/free/aspx-chart/
Here's a link to where I think someone coded it: