Nested Collection Classes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cjsmith
    New Member
    • Feb 2008
    • 1

    Nested Collection Classes

    Ive been working on this for a while now and im getting no where! Im Using vb.net in Visual studio 2005.

    I am trying to create a custom class with multiple collections inside it. Its for an import program and it needs to match people up e.g.

    Code:
    -> ImportStaffClass
            -> MatchedStaffCollectionClass
                    -> StaffMemberFromImportFile
                            -> Name
                            -> Age
                    -> StaffMemberFromDatabase
                            -> Name
                            -> Age
    I then want to show this on 2 Grids, The left grid should show all the staff members from the import file the the right grid should show the matched staff member from the database. Kind of like using master details for datatables so that when one grid scrolls the other one should too.

    Any help would be great as my head is getting sore from banging it against the wall on this one!
    Last edited by cjsmith; Feb 6 '08, 03:03 PM. Reason: Needed to add more detail
Working...