PDA

View Full Version : [C# .NET] adding ID to items in combobox


Scientist_nl
11-15-2007, 11:39 AM
Hi guys,

Hope someone can help me out: I have a combobox on my form, which requests entries from the database. To do this, I have written a little loop. Works great. Now I need to add the corresponding ID to the item in the combobox, which needs to be invisible. I've tried to use cbxBox.Tag, but that won't work. Anyone who can help me out?