private stringcollection colors;
colors.add("Red");
colors.add("White");
colors.add("Blue");
cboColor.DataSource = colors;
ComboBox & StringCollections
Hi All,
How do you populate a combo box from a StringCollection? It populates the combo box but when I try to retrieve the selected text it brings back a blank value. Here is the code below that I'm using.
alejandro.riveraPosted Nov 16, 2004, 8:12 AM
ssett_cnPosted Nov 16, 2004, 2:33 AM