Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have the following table with the given data. I need to automate the Organization hierarchicy process. The user may define the levels
like the parent level/ Child Level. The user may edit/delete the levels. The Levels tables have to be created dynamically and the
Created table have to be shown in a Asp:TreeView Control. How to do it using asp.net
id       name		  ChildLevel
1	Level1			0
2	Level1.1		1
3	Level1.2		1
4	Level2			1
5	Level2.1		2
6	Level2.2		2
7	Level2.3		2
Posted
v2

1 solution

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