I have several ComboBox controls on a form. I am loading them manually using a For Loop. When each ComboBox is finished loading, I set the ValueMember/DisplayMember properties. However, when I go to check the "SelectedIndexChanged" Event...I check the ComboBox1.SelectedValue and there is no value for that property. What am I missing? If I bind the ComboBoxes in design mode to a Dataset, then it works fine. But that's not what I want to do.
Thanks,
Thanks,