Dear Team
Can pl. guide on creating tree view or building hierarchies using ASP.NET code.
I want to build Hierarchies on database data.
For example: I have table: Pmast with the fields Pcode,name,groupcode
pmast name groupcode
0001 A
0002 B 0001
0003 C 0001
0004 D 0002
0005 E 0003
0006 F 0004
pmast consists of 6 records as shown above, i need to display in hierarchy (parent child relation ship)
Srinath