This question is locked. New answers and comments are not allowed.
Hello,
Any help would be greatly appreciated...and time is running out...
Page Layout
I have a number of listbox controls (rad ajax listbox controls) down the left side of my asp.net aspx page. I have a Silverlight CHART control on the right side of the page.
User Interaction
The user selects items from each of these listbox controls to determine what data they want to look at. When they are done they click an asp.net button control called "Generate chart" which goes out to sql server which runs a stored proc. and returns a dataset to the asp.net page all done through the code behind. The user may decide after generating the chart to make different filtering selections and hit the asp.net button to display the new results in the silverlight chart.
The problem
I need the results from the sql stored proc that is sitting in a dataset in my code behind file to be bound to the silverlight chart. I am new to silverlight and am not sure what is the best/easiest way to display this data.
I need a sure fire way of getting these results displayed in the chart control when the user presses the asp.net button...remembering that I am using a silverlight control on an asp.net aspx page. Each time the user presses the "Generate Chart" button I would want the new results in the sql dataset displayed in the silverlight control.
Thanks in advance for any help/links you can provide...
Scott
Any help would be greatly appreciated...and time is running out...
Page Layout
I have a number of listbox controls (rad ajax listbox controls) down the left side of my asp.net aspx page. I have a Silverlight CHART control on the right side of the page.
User Interaction
The user selects items from each of these listbox controls to determine what data they want to look at. When they are done they click an asp.net button control called "Generate chart" which goes out to sql server which runs a stored proc. and returns a dataset to the asp.net page all done through the code behind. The user may decide after generating the chart to make different filtering selections and hit the asp.net button to display the new results in the silverlight chart.
The problem
I need the results from the sql stored proc that is sitting in a dataset in my code behind file to be bound to the silverlight chart. I am new to silverlight and am not sure what is the best/easiest way to display this data.
I need a sure fire way of getting these results displayed in the chart control when the user presses the asp.net button...remembering that I am using a silverlight control on an asp.net aspx page. Each time the user presses the "Generate Chart" button I would want the new results in the sql dataset displayed in the silverlight control.
Thanks in advance for any help/links you can provide...
Scott