S
Saima
Hi,
does any one has any indea y binding a combobox with a
dataset fires its selected index change event 4 times? if
yes then how can i avoid it?
regards,Saima.
I am using the following code:
da.SelectCommand = cmd
da.Fill(ds, "VEHICLE_BRAND_TYPE")
Me.VehicleMakeTypecb.DataBindings.Clear()
Me.VehicleMakeTypecb.DataSource = ds.Tables
("VEHICLE_BRAND_TYPE")
Me.VehicleMakeTypecb.DisplayMember = "NAME"
does any one has any indea y binding a combobox with a
dataset fires its selected index change event 4 times? if
yes then how can i avoid it?
regards,Saima.
I am using the following code:
da.SelectCommand = cmd
da.Fill(ds, "VEHICLE_BRAND_TYPE")
Me.VehicleMakeTypecb.DataBindings.Clear()
Me.VehicleMakeTypecb.DataSource = ds.Tables
("VEHICLE_BRAND_TYPE")
Me.VehicleMakeTypecb.DisplayMember = "NAME"