Hi.
I'm creating a windows form that obtains values from a database and saves them in a list of dataset. When pressing a button (in the form) i open a web browser window to present a html file.
What i want is to work the values in that list and show it as charts in that htm file.
How can i access that list and send that data to a javascript function(s) to do the charts?
Thk