New to C# / Binding data to a combo box
How in the world do you bind a name,value pair to a combo box in a C# Windows Form?!?
I've been trying to figure this out for the past 8 hours and CANNOT figure it out!
this:
cboTest.Items.Add("asd");
only adds a value...
and I've Googled this thing to death....
thanks.
dd