
01-21-2004, 08:03 AM
|
 |
Mexican Coder
|
|
Join Date: Jun 2002
Location: Monterrey, N.L., Mexico
Posts: 2,793
|
|
Selecting a Combo Box within X ValueMember
|
Hi
I found finally how to fill a combobox with hidden data from a DataTable information:
Code:
CboTest.DisplayMember = FieldTextName
CboTest.ValueMember = FieldIDName
CboTest.DataSource = MyDataTable
Ok, this works great, but my next problem is, how I can select the item with the specified ValueMember ????
Thanks
Mike
|
__________________
Mikecrosoft.NET
* If I stop to ask I will stop to learn
* Just I know that I don't know nothing
|