Binding a toolstrip sub menu combo box
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello I've a strange behaviour If I add a ToolStripCombo in a toolstripmenu; I can bind that combo to a datatable and all is ok BUT if I add a toolstripcombo in a second level (under a drop down button for example) the combo bided to the same datasource remain empty What I'm doing wrong in such case ? Thank for any help
-
Hello I've a strange behaviour If I add a ToolStripCombo in a toolstripmenu; I can bind that combo to a datatable and all is ok BUT if I add a toolstripcombo in a second level (under a drop down button for example) the combo bided to the same datasource remain empty What I'm doing wrong in such case ? Thank for any help
-
why do you want to bind the datasource, consider to use 'for loop' to add datas one by one.