creating a real time graph from databse results

M

Matthew

I have created a couple of polls and they have the results saved in a database. I would like to add real time graphs to the page after they click on the submit button. Anyone have suggestions on how to create a graph on the web from the databse results? Thanks for the help. Matt
 
T

Thomas A. Rowe

Here are two styles of bar charts::
http://www.asp101.com/samples/bar_chart.asp
http://www.asp101.com/samples/bar_chart_stacked.asp

For other types, type the following into your IE address bar:

? ASP Charts Graphs
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Matthew said:
I have created a couple of polls and they have the results saved in a database. I would like to
add real time graphs to the page after they click on the submit button. Anyone have suggestions on
how to create a graph on the web from the databse results? Thanks for the help. Matt
 
Top