I have an asp page that has two calendar controls, a drop down list and a pair of check boxes. When selections are made with these controls, they display a checkbox list that gives filtered information based on their choices. I also have a button on the page that will use all of the choices made to create a chart on a TeeChart Active x chart. All of the items on the form work just fine without the chart on the page. When I add the chart to the page (without actually adding any data to it, just a blank chart), and try to click on the controls, this is the error I get:
Length cannot be less than zero. Parameter name: length
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
System.String.Substring(Int32 startIndex, Int32 length) +172
Steema.TeeChart.Web.WebChart.LoadPostData(String postDataKey, NameValueCollection postCollection)
System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
System.Web.UI.Page.ProcessRequestMain()
Has anyone seen this before?
Length Error in ASP.NET application
Hi,
which TeeChart Pro ActiveX version are you using ?
Could you please post an example into the steema.public.attachments newsgroup at :
news://www.berneda.com/steema.public.attachments with which I can reproduce the problem "as is" here
which TeeChart Pro ActiveX version are you using ?
Could you please post an example into the steema.public.attachments newsgroup at :
news://www.berneda.com/steema.public.attachments with which I can reproduce the problem "as is" here
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi,
ok, I'm glad to hear that works now.
Also, I suggest you download the latest version available on our web site ( at the private customers download page ).
ok, I'm glad to hear that works now.
Also, I suggest you download the latest version available on our web site ( at the private customers download page ).
Pep Jorge
http://support.steema.com
http://support.steema.com