G
Guest
I need help!! I'm using the selectedindexchanged event of a combobox to fill
another combobox according to the selected value of the first one, but the
combobox_selectedindexchanged happens twice so the same routine of searching
data occurs twice!!! So my application takes twice the time it should take. I
debug that part of my application, and when it reaches the end sub of that
subrutine the first time, the event takes place again, so the control doesn't
return to the function it called as soon as it finishes the sub but after the
second time is done.
What can I do?? Help me please, I would really appreciate it.
another combobox according to the selected value of the first one, but the
combobox_selectedindexchanged happens twice so the same routine of searching
data occurs twice!!! So my application takes twice the time it should take. I
debug that part of my application, and when it reaches the end sub of that
subrutine the first time, the event takes place again, so the control doesn't
return to the function it called as soon as it finishes the sub but after the
second time is done.
What can I do?? Help me please, I would really appreciate it.