I am working on a web form application which is using asp.net c# and MS SQL Server 2008 as database. I want to plot a graph of trends based on time filters. I need to perform this using jquery library flot.
I know to fetch the data from db using web method, but how to collect this data?....... as a list or what & then how to format this data in to javascript function & plot the graph?
Thanks in advance.