تسجيل الدخول

مشاهدة النسخة كاملة : Combo Box Binding [modified]



C# Programming
02-06-2010, 07:32 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