ComboBox binding and panel
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I have 4 ComboBoxes on a win form frm1 I have 2 comboboxes on another form frm2 all of these combobxes are databound. On private void
Combobox1frm2_SelectedIndexChanged(object sender, EventArgs e)
I have some data selection events bu when frm2 is loading it automatically rins this procedure, I dont unserstand how. On the from load Im bindign them by assignin these comboboxes to a DataSet. Whats the problem? Oh by the way Im using compact framework_____________________________________________________ Yea! I could be wrong...