Results 1 to 2 of 2

Thread: horizontal tree view in asp dot net

Threaded View

  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.

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