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.
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.>>>
var combo1 = igcmbo_getComboById('<%=ddlIMSLink.ClientID %>');
Thanks
Raghu