Hi,
i just want to know how can i display the parent- child information in hirarchy tree format in vb.net.
for example :
GrantParent
parent parent
son son son son
grandson grandson grandson grandson
but in database table :
parentcolumn childcoulmn
i just want to know how can i display the parent- child information in hirarchy tree format in vb.net.
for example :
GrantParent
parent parent
son son son son
grandson grandson grandson grandson
but in database table :
parentcolumn childcoulmn
Comment