Hi,
I'm sure this has been asked and answered before, but I can't find anything that is not using EF.
Basically, I'm trying to link and display two tables. For example:
Teacher 1
------------
Student 1
Student 2
Teacher 2
------------
Student 3
Student 4
I have my Teacher Class and my Student Class. But how do I join them to display them in a way in which they are connected?
Thanks for any leads!