version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have typedList, tListPerson
personId PK
personName
I've been asked to display each person in a grid with their skills in the same field as that of their name,
eg "John (builder, baker)"
My schema is as follows:
tblPersonSkill
personId PK
skillId PK
tblSkill
skillId PK
skillName
Would it be possible to put these values into a field in a typedList?
Please le t me know if I should clarify.
Many thanks,
yogi