|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Intermediate Table / DataView / Strongly Typed DatasetGiven the following Tables and Relationships in a Strongly Typed
Dataset: Employees <-->> EmployeeGroup <<--> Groups PKID GroupPKID PKID Name EmployeePKID Description How can I create a dataview of the Employees in a given Group? Is it possible using binding sources, drag and drop etc. etc. to have two combo boxes, one for the Groups and one for the Employees where by selecting a Group populates the Employee drop down? I can do all of this old-school style but I would like to see how it is done with the new designers and classes. Any help would be most appreciated. |
|||||||||||||||||||||||