Can anyone suggest me for this, i was just confused whether i can create 3 separate table or i can simplify this table.
My question is
i wnt to create a treeview to display some values
so that i m hving the table as
1.For ParentTable
ParentID
ParentName
2.For ChildTable
ParentID
ChildID
ChildName
3.SubChildTable
ChildID
GrandChildName
i wnt to display data based on its ID like
ParentName
---ChildName
------GrandChildName1
------GrandChildName2
---ChildName1
goes on
is any possibility to simplify this Tables.
if soo, it'll give some repeated values
i dont know wht ll i do.
Help Me please
Thanks in Advance
My question is
i wnt to create a treeview to display some values
so that i m hving the table as
1.For ParentTable
ParentID
ParentName
2.For ChildTable
ParentID
ChildID
ChildName
3.SubChildTable
ChildID
GrandChildName
i wnt to display data based on its ID like
ParentName
---ChildName
------GrandChildName1
------GrandChildName2
---ChildName1
goes on
is any possibility to simplify this Tables.
if soo, it'll give some repeated values
i dont know wht ll i do.
Help Me please
Thanks in Advance
Comment