Hello, 
I have a stored procedure that returns data as XML data. The data returned is the date and the persons score on a test for that date. 
How do I display this data in an Asp.net web form for fusion charts? So I need to know the following. 
-How to execute the stored proc in the .aspx code or the code behind file (C# or VB.NET is fine) 
-How to render the returned XML in the format required by cold fusion? 
Thanks, Jeff