TeeChart Pro v3 for Visual Studio .NET
ie10, webchart click and zoom error
Click ....
System.Web.HttpUnhandledException -> The input string has the wrong format.
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
Steema.TeeChart.Web.WebChart.LoadPostData(String postDataKey, NameValueCollection postCollection)
Zoom ...
System.Web.HttpUnhandledException -> The input string has the wrong format.
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
System.String.System.IConvertible.ToInt32(IFormatProvider provider)
System.Convert.ToInt32(Object value)
Steema.TeeChart.Tools.ZoomTool.DoZoom(ArrayList zoomState, Hashtable argumentList)
Steema.TeeChart.Tools.ZoomTool.SetCurrentZoom(HttpRequest r, Hashtable argumentList, ArrayList zoomState)
Steema.TeeChart.Tools.ZoomTool.SetCurrentZoom(HttpRequest r, ArrayList zoomState)
what's to do
ie10 webchart click and zoom error
Re: ie10 webchart click and zoom error
Hello ikke,
I can not reproduce your problem. Please, could you arrange for us a simple project because we can reproduce your problem here and we try to find a solution for your ? On the other hand, I recommend too, taking a look in the .Net Asp Demo project, where find some examples as you use WebChart.
Thanks,
I can not reproduce your problem. Please, could you arrange for us a simple project because we can reproduce your problem here and we try to find a solution for your ? On the other hand, I recommend too, taking a look in the .Net Asp Demo project, where find some examples as you use WebChart.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |