Edit: I'll try to be more specific.
In Visual Studio, it is easy to bind the items and values of a combobox to 2 columns in a DB.
Index | Name
...................
0 | Apples
1 | Oranges
2 | Pears
- But if one enters the names manually under Items in the Properties window.
And one saves only the index of the combobox to the DB.
Index ......... 0 1 2
So the question is how does one bind only the index of the combobox to the DB while using the Items entered in the Properties window as the displayed items?