Hello all,
I have a Infragistics Webcombo that has 2 colums in the dropdown, the first is a record id,(Which is hidden), and the second is the value text. No problems in loading items in the webcombo from a database. My question is I want to save and restore the selected item record Id to another database table. What properties do I use? In the standard web combo from vb.net its [control name].selectedvalue to get the record ID, and I think its [control name].item.findbyvalue([value]).selected=true to restore it.
Thanks for the help