Sign in to follow this  
copius

How to display data returned from a stored procedure into a asp.net web form?

Recommended Posts

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

Share this post


Link to post
Share on other sites

Hi,

 
I'm afraid, you would need to code by your self to fetch the data from a stored proc.
 
Also could you please clearify this: "How to render the returned XML in the format required by cold fusion?". Is it cold fusion or FusionCharts?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this