J
Jack
I have two combo box, I need to take SelectedValue from
ComboBox1, and pass
it as a parameter on SelectedIndexChanged event to another
SPROC which will fill da and populate ComboBox2. I found
in the form_load event,
SelectedIndexChanged event is triggered, but I want to
disable the SelectedIndexChanged event
in the form_load, how can I do?
Any help are appreciated. Thanks!
ComboBox1, and pass
it as a parameter on SelectedIndexChanged event to another
SPROC which will fill da and populate ComboBox2. I found
in the form_load event,
SelectedIndexChanged event is triggered, but I want to
disable the SelectedIndexChanged event
in the form_load, how can I do?
Any help are appreciated. Thanks!