Lets say that I have a database containing the following:
ID CategoryName
1 CategoryName1
2 CategoryName2
3 CategoryName3
4 CategoryName4
5 CategoryName5
6 CategoryName6
7 CategoryName7
8 CategoryName8
9 CategoryName9
I retrieve the ID & CategoryName from the database and put the CategoryName list in a ComboBox , I take the name of Category from ComboBox and i have to get the right ID for the selected CategoryName.
I think about retrieve the data in a List with key and value