After binding a list to combobox, its dataSource.Count is 5 but, combobox item count is 0. how can it be?
I\'m used to Web programming and this is in Windows Forms. So
After adding ddl.BindingContext = new BindingContext(); before the BindingSource assignment, everything worked fine.
ddl.BindingContext = new BindingContext();
BindingSource