T
tony
Hello!
I have ComboBox control called comboBoxSchedule and when I execute
comboBoxSchedule.DataSource = ds.Tables[0];
the event handler below is called.
private void comboBoxSchedule_SelectedIndexChanged(object sender,
EventArgs e)
Can somebody explain why this event handler is called.
//Tony
I have ComboBox control called comboBoxSchedule and when I execute
comboBoxSchedule.DataSource = ds.Tables[0];
the event handler below is called.
private void comboBoxSchedule_SelectedIndexChanged(object sender,
EventArgs e)
Can somebody explain why this event handler is called.
//Tony