Click here to Skip to main content
15,898,957 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I have a project , in one database employee details is there but they have a hierarchy, I want to make a binary like structure where I want to show the hierarchy employee .


If any solution then help me.

Thanks.
Posted

1 solution

Why dont you use ASP TREEVIEW CONTROL.
ASP.NET
<asp:treeview id="TreeView1" runat="server" xmlns:asp="#unknown">
</asp:treeview>


Fetch you data and populate the treeview. The Best way is to create an XMLDOC object of your hirarcy and map that XMLDOC to your treeview
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900