Hi,
I have a web application that needs to display a chart with data from every row of a returned recordset. I have the web page set up to loop through and create a chart for each set of data until the recordset is EOF. The page generates without any errors and all of the XML is correct for each chart, but the page will only generate one chart. It only generates a chart for the last row in my recordset.
Any ideas on why this happens?
Thanks
D