Hi all,
I have a problem with combobox. I have 2 comboxes cmbcategory and
cmbsubcategory.
I intialized cmbcategory with sum values from database on Form_Load.
when i select a vlue from the cmbcategory, i will get sub categories in
cmbsubcategory.
on Form load when ever cmbcategory is initializing its automatically
cmbcategory_sel ectedindexChang ed calling number of times that i have a values
in that combox.
How to avoid to call that no.of times or how to avoid calling
selectindexchan ged on form load?
I have a problem with combobox. I have 2 comboxes cmbcategory and
cmbsubcategory.
I intialized cmbcategory with sum values from database on Form_Load.
when i select a vlue from the cmbcategory, i will get sub categories in
cmbsubcategory.
on Form load when ever cmbcategory is initializing its automatically
cmbcategory_sel ectedindexChang ed calling number of times that i have a values
in that combox.
How to avoid to call that no.of times or how to avoid calling
selectindexchan ged on form load?
Comment