version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I'm creating a typedList to bind to a grid.
I'm trying to add fields to a typedList but think I have run into issues because of my database design.
tblDog
dogId (pk)
ownerId (fk) --> tblBreederOwner.personId
breederId (fk) --> tblBreederOwner.personId
my issue:
breeder and owner are stored in the SAME table.
tblBreederOwner
personId
personName
So, can I get the typedList designer to be aware of this?Or do I manually have to write code so that the grid displays the correct "personName" for a dog's "owner" and "breeder"?
Many thanks,
yogi