HI All,
I was assigned a challenging task where i need to create a treeview and populate it using recursive method just like an Org chart based on the data from the database table and the table is like below with over 100 records :
Table Name: EmployeeHeirarchy
EID NAME reportingmanagerID
1
Test01 null
2
Test001 1
3
Test002 1
4
Test02
3
5
Test001 4
So I kindly request you to help me on the same with code as iam new to ASP.NET
ram