如何使用asp.net highcharts将数据从数据库表(sql server)显示到Web应用程序中

问题描述:

我有一个sql server数据库的表,它包含多个人的多个记录,如学生和他们的参与者(在特定日期出现和缺席)现在我想使用asp.net高图和使用litral控件显示该数据。从代码隐藏文件(.cs文件)中将图表制作成c#的步骤和过程是什么。

i have a table into sql server data base which consist multiple records of multiple persons like students and their attendece (present and absent on particullar date) now i want to show that data using asp.net highchart and using litral control . what are the steps and process to make charts into c# from code behind file ( .cs file) .