G
Guest
My Program: a local C# ADO.Net application using VS 2003
Right now I have about 5 ComboBox's which provides drop down selection
entries from the same MS-Access table via a DataConnection, DataAdapter and
DataSet datasource. Each CB has it's own DA and DS. When I tried to use the
same DS as the datadource for each of the five CB's, changing one of the CB's
selection affectd the other four CB's.
New business requirements require I increase the number of CB's from 5 to
about 100. What do I do? Do I create 100 DA and DS?
Steve
Right now I have about 5 ComboBox's which provides drop down selection
entries from the same MS-Access table via a DataConnection, DataAdapter and
DataSet datasource. Each CB has it's own DA and DS. When I tried to use the
same DS as the datadource for each of the five CB's, changing one of the CB's
selection affectd the other four CB's.
New business requirements require I increase the number of CB's from 5 to
about 100. What do I do? Do I create 100 DA and DS?
Steve