Home All Groups Group Topic Archive Search About

Two combo box with same data adapter in same dataset.

Author
28 Jan 2006 10:42 AM
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.

Author
28 Jan 2006 11:43 AM
Ken Tucker [MVP]
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
--------------
Show quoteHide quote
"Hardik Shah" <har_sha***@hotmail.com> wrote in message
news:OBSa%23b$IGHA.1728@TK2MSFTNGP09.phx.gbl...
> 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.
>
>