Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want to fetch from one combobox to another by sqlconnection.
but in another combobox all values show double.

i am try my code......

ITEM_NAME1.Items.Clear();  (second combobox)
ITEM_GROUP1.Items.Clear(); (first combobox)

how to solve it.
Posted
Updated 27-Jun-13 22:16pm
v2
Comments
Sadique KT 28-Jun-13 5:44am    
Question is not clear..
johannesnestler 28-Jun-13 7:09am    
must be a coding bug or a missuse of the dataaccess layer (or SQL) - best you show your (relevant) code maybe we can spot it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900