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.
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!
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
Any help would be great as my head is getting sore from banging it against the wall on this one!