ashokan_1204

Members
  • Content count

    5
  • Joined

  • Last visited

About ashokan_1204

  • Rank
    Forum Newbie
  1. ASP.NET Ajax UpdatePanel

    Hi, I am having the requirement that i am using updatepanel.but when i am using the update panel it is not refreshing the chart control.I saw ur solution and i am trying.But i am getting another issue that it is not identifying the fallowing from my code. InfoSoftGlobal.FusionCharts.EncodeDataXml will we get it only when we take licensed. How can I get above directive. thanks and regards, Y.Ashok
  2. Hi, I am having the fallowing requeirement : <form runat="server> <form></form> <%=GetChartsData()%> <asp:Button id="btn" runat="server" onclick="btn_Click" /> </form> But when i am clicking the button it is not calling the btn_Click event. Please could you tell me what may be the issue.
  3. Hi I am using the column3d chart in the web page which was kept in the form(with runat server) tag.But when i am running this it is showing the javscript error that the chartid is undefined. Eventhough i tried for identifying the chartid using the document.getElementById it is identifying the chart and after that i used chartid.setDataURL(url).but it is showing another error that that the object doesnt support this method. Please could you tell me the solution regarding this? and also could you tell me regarding the issue? Thanks and Regards, Y.AshokKumar.