Urgent TreeView Control!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mskhan
    New Member
    • Mar 2008
    • 1

    Urgent TreeView Control!!!

    HI Guys!
    I want to use asp.net 2.0 treeview control. Need to build deep hierarchy.
    I have a function that returns details of an employee such as Name, Dept_Own_id, designation, emplid etc, based on the deptid. The Deptid that we pass in this fucntion return the records of the employee under that dept.

    So i want to call the same fucntion recursivley, add the nodes to the tree and build a tree.
Working...