Hi All,
I need to diplay a graph in my page, whose value is taken from
database in SQL,
Please advice me a feasible way
Thanks in advance for help
-Anoop
Andrew Thompson - 05 Feb 2007 15:18 GMT
..
> I need to diplay a graph in my page,
What sort of graph?
A bar chart can be made with pure HTML
and CSS, but for more complex graphs,
you might look to JFreeChart.
Andrew T.