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
35
Specified argument was out of the range of valid values
posted

Hi

I am using Webcombo 7.1, 2007 volume 1 control in the project. This webcombo gets populated depending on certain conditions on text value change event.Error

For the scenario on satisfying the condition in which the combo gets populated initially, but changing the text and picking an item which does not satisfy the condition where the Combo gets populated and screen loads properly. But on Next postback like button click, value change i am getting this error at the javascript front.

<<<Specified argument was out of the range of valid values.

Parameter name: The Datavalue field of "COLUMN_NAME" was not found in the columns collection.>>>

 this is where the error is getting fired

var combo1 = igcmbo_getComboById('<%=ddlIMSLink.ClientID %>');

Thanks

Raghu