
String name = Convert.ToString(RenderChart.chartId) I want to do this in the following kind of way: So in the I want to know which chart is currently handled. What I want, is to update these charts with two different sql statements. I suppose that each of this charts one by one gets updated by

I render the Charts in the file like this: The command ofcourse, not the framework itself. It also gives an error in the web.config file. It doesn't adjust the value given in the xml file

I have put your project in the wwwroot foler of my server. This process will happen continuously - i.e., if you specify 5 seconds here, the chart will look for new data every 5 seconds.Īlso, you would need to modify the data provider page according to your SQL-query (data you want to retrieve and update).įind attached illustration for your reference. RefreshInterval - for this attribute, you can specify the number of seconds after which the chart will look for new data. I refresh every 3 seconds, so this can not be an issue.įor real-time update, you would need to add dataStreamURL and refereshInterval attributes in the chart XML/JSON.ĭataStreamURL attribute sets the path of the page which is supposed to relay real-time data to the chart. I have tried several URL and methods but non of them works.Ĭan anyone tell me the right URL to update the data to de cylinder gauge ? I saw that this is made possible by adding a dataStreamURL and a refreshInterval to the XML code for the cylinder gauge. I retreive data from a MySql database and load it into the cylinder gauge via a XML file.īut the database is updated every minute, so I want the cylinder to look for new data. I still use the the the default.aspx and offcourse the javascript functions. So, I've removed everything but the code for the cylinder gauge. Here is what the flash object looks like.I've downloaded the demo project from, because I needed the cylinder gauge. That way, its easier to maintain and i don't have to go to 20 different aspx files to update anything. Is there a way to just have one aspx file where the param value and data could be passed using a variable. I redirect users to different aspx files based on the random number using Random class.


I have 20 different aspx files that have the flash object. I am done with the project, but the way I have done it is I think could have been done a lot better. I have 20 different flash files that i need to play randomly when a user enters a zip code.
