I'm running win2k and VB.NET (.net 1.1)

I have a data entry form and one of the fields is a combo who's datasource
is a dataview. The dataview has 2 columns, an ID column - integer, and a
name column - string. The form is not databound so the form gets populated
with data for the selected reocord via values from a business class. When
the use selects an item from this combo's dropdown list, it writes the ID
value to the business class, and desplays the name value in the combo.text
property. When I navigate to a different record, the ID value changes for
this field. How can i get the combo to syncronize to this ID value, or at
least set the combo's text to the correct Name? Only the ID values are
persited in the business class and not the name values. In MS Access and
some 3rd party combos for VB6 all you had to do was set the combo's value to
the ID and it automaticly scrolled to the correct item in the dropdown.

Thanks.

--
George Padvorac
georgep@dontspamme-nwis.net