Combo Box Binding [modified]
-
Hi people, I have 2 combos on my winform. Both are bound to the UserTable (which stores the user info..like usernames and personal info). The combos display the usernames. But the problem is when I select one username in one of the combos, the other combobox populates the same value, and I dont want this to happen. I know it is because they are bound to the same table. How do I make them independent? I hope this makes sense. thanks,
modified on Thursday, February 4, 2010 11:30 AM
-
Hi people, I have 2 combos on my winform. Both are bound to the UserTable (which stores the user info..like usernames and personal info). The combos display the usernames. But the problem is when I select one username in one of the combos, the other combobox populates the same value, and I dont want this to happen. I know it is because they are bound to the same table. How do I make them independent? I hope this makes sense. thanks,
modified on Thursday, February 4, 2010 11:30 AM
OK Sorry ,,, I have solved it. :)
-
OK Sorry ,,, I have solved it. :)
Good answer