Sign in to follow this  
arundev

onclick event handler in asp.net

Recommended Posts

Hi,

I am working with fusion charts .i want to know how we can implement action listener in asp.net c#.

 

i have crated a column chart i need when i click one column,then call a function in the asp.net class file .and i want to pass the value with the function can you please help me for this

 

 

 

 

 

Regards

Arundev

Edited by arundev

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Arundev,

 

Please note that with the latest FusionCharts Suite XT, you can provide either link of your ASP.NET page or can call your own custom JavaScript function with parameters. But, can not directly call a function from ASP.NET class file, from on click of a data plot.

 

So, to fulfill your requirement, you may call a custom JavaScript function and from there make a call to your ASP.NET class function using jQuery ajax().

 

For more information on "Using JavaScript functions as links", please visit the link: http://docs.fusioncharts.com/charts/contents/DrillDown/JavaScript.html

 

Hope this helps!

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