Hello,
I am working on a project in my C# book
Tranfer Textbox to Combo,
Combo to Text,Textbox to list ,but I cant listbox
to go to Combo.Instead of the word , it puts (collection)
StatesListBox.I tems.Remove(Sta tesListBox.Sele ctedItem);
StatesComboBox. Items.Add(State sListBox.Select edItems);
I am working on a project in my C# book
Tranfer Textbox to Combo,
Combo to Text,Textbox to list ,but I cant listbox
to go to Combo.Instead of the word , it puts (collection)
StatesListBox.I tems.Remove(Sta tesListBox.Sele ctedItem);
StatesComboBox. Items.Add(State sListBox.Select edItems);
Comment