I am writing an application, where I need to display Name of product in Combobox for selection, but to use that name in database, I need to store that product Item Code to database (as per database normalization). However, this seems simple for ASP.NET, where we can put ListItem index, as we want. But how can we do this with ComboBox Control for Desktop Application ?
Please give me a sample code or link. Thanks