ie10 webchart click and zoom error
Posted: Fri Mar 15, 2013 12:58 pm
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
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