المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Beginner Question: Data Binding Controls in C# WinForms



C# Programming
12-23-2009, 06:52 AM
I'm attempting to create several ComboBox controls on a windows form that are all connected to a relational database. The controls "narrow" their selection choices when any other given ComboBox is selected to an item.

Similar to say..narrowing down a motherboard model by selecting Intel/AMD --> Socket --> Chipset --> etc. As I'm quite new to working with data in C#, I was hoping someone could offer a good reference that I can use to read up on this - preferably, a beginner's reference.

Help is appreciated. =]