hi..
i want to show details of student in treeview control..
the output should be sno is the parent node and the remaining details of sno is
come under child node.
for example:
sno=1 (parentnode)
----->raja(chilenode)
----->farmer(childnode)
sno=2 (parentnode)
----->john(chilenode)
----->engineer(childnode)
simulataneously the tree view is formed according to database table values..
need ur suggestions..
regards
gopal.s