Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friends,

I have a problem ...

I want to create a chart in asp.net with simple select query like...
SQL
select student name ,marks from studentmarks

I have no chart control and any knowledge of chart.

How can I do this ?
Posted
v2

1 solution

You should use Visual Studio 2012 it has a chart control with it you can use it.
Check this ASP.NET 4.0 Chart Control[^]

Below is the link if you want to use Jquery

http://www.jqwidgets.com/jquery-widgets-documentation/documentation/asp.net-integration/asp.net-web-service-chart.htm[^]

Improve ASP.NET Chart with jQuery[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900