1
Answer

C# treeview or datagrid view indenture parent child list

David Smith

David Smith

12y
2.2k
1
We going to take this step by step. I want to do this the effective way, this is an made up example.

Dataset Name:  TeacherDataSet

Dataset Table Adatper Name:  TeacherDataTableAdapter

ParentTeacherTable
StudentTableA
Education
ID
ID
ID
FirstName
FirstName
SchoolName
LastName
LastName
FavoriteSubject


Age
FavoriteTeacher


Gender
fk_ChildTableAId


Race



fk_ParentTableId



Answers (1)