Hi, I've been playing around with visual web developer(asp) which has gone pretty smoothly however I'm having little success in being able to dynamically create multiple charts based upon data sourced from a sql query.
Currently I have a simple dropdownlist(instance) which allows me to pull a single row of data (which contains 3 series of chartable data) which works perfectly, however I now wish to create a dropdownlist (server) which shows all instances running and in turn generate a chart for each listed instance. Using gridview I can easily show all instances per server but I'm struggling how to then dynamically create a chart per each instance(row in the gridview).
I've searched on how to do this with some/limited success, my knowledge of asp is what is letting me down admittedly and I have a feeling what I'm trying to do is beyond the basics that VWD offers.
Any help, pointers, much appreciated.
Cheers, Paul.
EDIT - I do not actually need to show the instance detail in a gridview, but I do need a means or mechanism to generate the chart per instance from the selected server in the dropdownlist.
Currently I have a simple dropdownlist(instance) which allows me to pull a single row of data (which contains 3 series of chartable data) which works perfectly, however I now wish to create a dropdownlist (server) which shows all instances running and in turn generate a chart for each listed instance. Using gridview I can easily show all instances per server but I'm struggling how to then dynamically create a chart per each instance(row in the gridview).
I've searched on how to do this with some/limited success, my knowledge of asp is what is letting me down admittedly and I have a feeling what I'm trying to do is beyond the basics that VWD offers.
Any help, pointers, much appreciated.
Cheers, Paul.
EDIT - I do not actually need to show the instance detail in a gridview, but I do need a means or mechanism to generate the chart per instance from the selected server in the dropdownlist.
Last edited: