Hierarchy without tree

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sehboo

    #1

    Hierarchy without tree

    Hi,

    How would you show the hierarchy of employees (or locations or
    roles...whateve r) without using tree view on the web using asp.net. We
    have thousands of records, and if we use tree then loading that tree
    would take forever. I want to have something else which is simple and
    intuitive.

    Also, how would you have user add/remove people from that hierarchy?

    Thanks

  • Tom John

    #2
    Re: Hierarchy without tree

    On 12 Aug 2005 06:48:02 -0700, "Sehboo" <masoodadnan@ho tmail.com>
    wrote:
    [color=blue]
    >Hi,
    >
    >How would you show the hierarchy of employees (or locations or
    >roles...whatev er) without using tree view on the web using asp.net. We
    >have thousands of records, and if we use tree then loading that tree
    >would take forever. I want to have something else which is simple and
    >intuitive.
    >
    >Also, how would you have user add/remove people from that hierarchy?
    >
    >Thanks[/color]

    Have you noticed the tree on the side of MSDN... that loads the nodes
    as required without a refresh. There's an article on how to acheive
    this using JavaScript Remote Procedure Call to communicate with the
    server without a browser refresh:

    http://msdn.microsoft.com/library/de...outrefresh.asp

    Hope this helps.

    Cheers

    Tom
    tj@noemail.noemail

    Comment

    Working...