Results 1 to 2 of 2

Thread: horizontal tree view in asp dot net

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2009
    Posts
    18

    horizontal tree view in asp dot net

    how to display data through horizontal tree view in the following way:

    Diagram :
    Z
    -----------------
    Y X
    ---------- ----------
    B C D E
    ------ ------ ------- -------
    M N O P Q R S T


    Data Stored in Table :


    MemID --- | SponsorID -------- | MemID -------- | SponsorID
    Z -------- | N/A -------------- | M --------------| B
    Y -------- | Z ---------------- | N --------------| B
    X -------- | Z ---------------- | O --------------| C
    B -------- | X ---------------- | P --------------| C
    C -------- | X ---------------- | Q --------------| D
    D -------- | Y ---------------- | R --------------| R
    E -------- | Y ---------------- | S --------------| E
    Last edited by mazez1971; Jul 14th, 2011 at 11:41 PM.

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: horizontal tree view in asp dot net

    I can't figure out the illustration of your treeview. Where does "M N O P Q R S T" come from? It's not in the table.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width