Home All Groups Group Topic Archive Search About

Intermediate Table / DataView / Strongly Typed Dataset

Author
25 Jan 2006 4:03 PM
Jay Pondy
Given 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.

AddThis Social Bookmark Button