Regarding integration with database, see any jquery plugin would run on client. So there will be no direct integration and instead you'll have to provide for a mechanism to publish your data pair values in client code in form of arrays or like. Maybe by
using RegisterScript methods.
mshiyam86
Member
38 Points
72 Posts
ASP.NET Jquery Charts
Dec 17, 2012 01:37 PM|LINK
Hi
I was searching for jquery chart finally found which suitable for my project but wondering how to integrate with database. Any help would be nice.
Jquery and examples on their website
http://www.oesmith.co.uk/morris.js/#
Thanks
pratikkapadi...
Member
172 Points
32 Posts
Re: ASP.NET Jquery Charts
Dec 18, 2012 02:59 AM|LINK
Refereer some sites here..:
http://www.jqwidgets.com/bind-jquery-chart-to-mysql-database-using-php/
http://www.jqwidgets.com/bind-jqxchart-to-sql-database-using-asp-net-mvc3/
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxchart/jquery-chart-data-source.htm
deepthoughts
Contributor
7288 Points
1051 Posts
Re: ASP.NET Jquery Charts
Dec 18, 2012 07:01 AM|LINK
My best experience has been with jqPlot. Please try these..
http://www.jqplot.com/
Regarding integration with database, see any jquery plugin would run on client. So there will be no direct integration and instead you'll have to provide for a mechanism to publish your data pair values in client code in form of arrays or like. Maybe by using RegisterScript methods.
Thanks.
asteranup
All-Star
30184 Points
4906 Posts
Re: ASP.NET Jquery Charts
Dec 20, 2012 06:23 AM|LINK
Hi,
What you can do is have a C# list or array and then use registerarraydeclatation to convert that list to javascript like posts below-
http://delicious.com/anupdg/RegisterArrayDeclaration
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
senthilwaits
Contributor
3832 Points
651 Posts
Re: ASP.NET Jquery Charts
Dec 20, 2012 12:41 PM|LINK
Please refer
http://rbqsoft.com/archive/2009/08/06/jqPlot
http://forums.asp.net/t/1805934.aspx/1
Senthil Kumar Sundaram