Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
WebCombo Postback Error
posted

Good day.

 i have a webCombo placed on an ASP.NET page.  when the page is first rendered, it is bound fine.  i can select the items as desired.  however, upon a postback, i receive the following error:

 Index was outside the bounds of the array.

[IndexOutofRangeException:  Idex was outside the bounds of the array.]

Infragistics.WebUI.WebCombo.WebCombo.LoadPostData(string postDataKey, NameValueCollection values) + 1243

system.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) + 549

system.web.ui.page.processReqeustMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) + 2198

 

Version Info:  MS .NET, Version 2.0.50727.1433; ASP.NET Version:2.0.50727.1433

 

any help would be appreciated.

thanks.

Parents
  • 45049
    posted

    I don't believe we have enough information to determine what's going on here.

    What version of the toolset are you using?  If you're using an older version of the toolset, this may be a bug that was fixed, so you may want to test this in a more recent version or with a hot fix.

    Otherwise, I suggest that you submit a support request and attach a sample that we can run and debug that reproduces this behavior.  A Developer Support Engineer can then research using this sample and determine what possible courses of action are available.

Reply Children