-
multiple combobox & source = same datatable
im using 6 combo box in one form with 6 individual datasources - 1 datasource for each combo box - and they all get their data from a single table in database. it is as follows:
combo box = 6
datasource = 6
database table = 1
Now i want to choose 6 values of my choice from those combo boxes. but as i select value of any 1 combo box, it is also get selected in other 5 combo boxes as well. what to do?
Any guess????
-
These are bound datasources, right?
-
yes these all are bound datasources. and i have used one datasource for one combobox. and all datasources point to same table in database.
-
I suspect binding is at the root of your problems (although, what specifically could be causing it is anyones guess)
Use unbound combo boxes, populate them through code, and that problem will go away.
Similar Threads
-
By qvqnytowl in forum VB Classic
Replies: 1
Last Post: 08-28-2006, 06:51 PM
-
By IronJack in forum Java
Replies: 12
Last Post: 08-08-2006, 06:52 PM
-
Replies: 1
Last Post: 10-21-2005, 09:49 AM
-
Replies: 7
Last Post: 10-18-2005, 05:14 PM
-
By Dark Rain in forum Java
Replies: 8
Last Post: 09-30-2005, 06:42 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|