Two combo box with same data adapter in same dataset.

  • Thread starter Thread starter Hardik Shah
  • Start date Start date
H

Hardik Shah

Hi,

I have created a entry module with data binding , I have two combo box with
same data adapter with same data set. when I change the first combobox's
value, there is automatically changed to second combo box also as it has
same data adapter.

If I want to use both combo box diffrently , how can I ?

Hardik Shah.
 
Hi,

The currency manager will keep control bound to the same datasource
in sync. Create a dataview from that data and bind one of the comboboxes to
that.

Ken
 
Back
Top