本文介绍了使用Jquery Json将数据绑定到Asp.net图表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我有一个asp.net图表,显示当月的员工出勤率。
我有一个下拉列表显示月份名称,用户将从下拉列表中选择月份并单击按钮。
在此按钮上单击我想调用Jquery函数,该函数将从所选月份的数据库中获取数据并将数据绑定到asp .net chart。
我想知道我们可以通过jquery将数据绑定到asp.net图表吗?
如果有可能,任何人都可以请让我知道怎么可能..
提前谢谢。
Hello All,
I have a asp.net chart which shows employee attendance of present month.
I have a dropdown which shows month name, user will select month from dropdown and click on a button.
On this button click I want to call Jquery function which will fetch the data from database of selected month and bind the data to asp.net chart.
I want to know can we bind data to asp.net chart through jquery???
if possible can anyone please let me know hows it possible..
Thanks in advance.
推荐答案
这篇关于使用Jquery Json将数据绑定到Asp.net图表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!