Sign in to follow this  
ISL

Call functions on the click of chart

Recommended Posts

I had created one columnar chart.On the click of that chart ,Can i call a function which i write on the aspx.cs(code behind) page.If possible please tell me how it is .....

Please let me know as soon as possible...its urgent......

Share this post


Link to post
Share on other sites

Hi,

As of now there is scope to call a client side javaScript function from the links.

But if you are using ASP.NET AJAX you can use this to call a function from code behind too.

this can be done using the  __doPostBack() function provioded by the framework.

Please see:

http://www.fusioncharts.com/docs/Contents/CS_UpdatePanel.html

http://www.fusioncharts.com/docs/Contents/VB_UpdatePanel.html

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this