Hi:
I have developed a fusion chart in ASP(C#). It's coding and XML pages are ok as it's working properly, but when I try to call the function on a On Button_Click event , it does not display, it displays only when I call the function from my .aspx page. I tried both ways.....
protected void Button1_Click(object sender, EventArgs e){ GetYearlySummaryChartHtml();} [/Code] it's not working......... please need help.................