Skip to content

mudassartufail/HighCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HighCharts

HighCharts Creation with ASP.NET, C# and Ajax

"DBClass.cs" can be customized to get data from Database.

"Default.aspx" contain two ajax requests:

  1. Bar Charts
  2. Pie Charts

Both uses "GetPopulation()" WebMethod to get and Parse data in the form of JSON which is passed to jQuery to be shown on chart.

Read more about this at: https://mudassar.tech/how-to-use-highcharts-with-asp-net-through-ajax/