hi all,
In my form I am having a bound combobox and I am filling it by dataset in the form load event of the form.
By selecting an item from that combobox I need to fill some textbox pretty normal. Thereofore, in SelectedItemChanged event of the combobox i have written the code to fill the textboxes.
What happen here is that in the form load event all the code "SelectedItemChanged event" is run as well. I don't know why??
why it happens?
Am i using the right event to get the value from combobox?
how can avoid it?
regards
In my form I am having a bound combobox and I am filling it by dataset in the form load event of the form.
By selecting an item from that combobox I need to fill some textbox pretty normal. Thereofore, in SelectedItemChanged event of the combobox i have written the code to fill the textboxes.
What happen here is that in the form load event all the code "SelectedItemChanged event" is run as well. I don't know why??
why it happens?
Am i using the right event to get the value from combobox?
how can avoid it?
regards