TreeControl recommendation?

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default TreeControl recommendation?

    I am starting work on my first ASP.NET project.

    I need a tree control that has the same look and feel as the standard
    windows one. It must be able to show images along with the node text and be
    single select. I also need to have the ability to show a context menu when
    the user right clicks a tree node. I only need to define its contents
    programmatically when the page is generated.

    Any recommendations from personal use?


    Phil Wright Guest

  2. Similar Questions and Discussions

    1. ISP recommendation
      Hi, I would like to get an ISP to host my own site that runs Flex, Flash, and a free database like PHP/MySQL. Does anyone have a recommendation...
    2. TreeControl issues, needed help!!!
      Hello. I have a nested TreeControl Object in my exention document and I cannot figue out if there is a possibility to manage a nested Tree with...
    3. mm:treecontrol questions/comments
      I have been using the tree control the past couple of days to create an extension and have run into some issues with it. I am wondering if anyone...
    4. Is it possible to make the treecontrol resizable?
      I could make the treecontrol's width change by specifying it as 'style="width=100%;", but height=100% doesn't work. I'm having a floater panel...
    5. Need a recommendation
      Hey, I was wondering if anyone knew of a good book out there to learn flash comm server? I don't know where to start, and I learn by reading a...
  3. #2

    Default Re: TreeControl recommendation?

    Dont use Tree Controls.. I know its not helpful, but lets face it, the
    things are a major pain


    Josh Guest

  4. #3

    Default Re: TreeControl recommendation?


    check out free controls at [url]http://asp.net[/url]

    "Phil Wright" <phil.wright@dotnetmagic.com> wrote in message
    news:O8xcr%23aZEHA.2488@tk2msftngp13.phx.gbl...
    > I am starting work on my first ASP.NET project.
    >
    > I need a tree control that has the same look and feel as the standard
    > windows one. It must be able to show images along with the node text and
    be
    > single select. I also need to have the ability to show a context menu when
    > the user right clicks a tree node. I only need to define its contents
    > programmatically when the page is generated.
    >
    > Any recommendations from personal use?
    >
    >

    Sebastian Guest

  5. #4

    Default Re: TreeControl recommendation?

    This one does all that.

    [url]http://www.componentart.com/treeview/default.aspx[/url]


    "Phil Wright" <phil.wright@dotnetmagic.com> wrote in message
    news:O8xcr%23aZEHA.2488@tk2msftngp13.phx.gbl...
    >I am starting work on my first ASP.NET project.
    >
    > I need a tree control that has the same look and feel as the standard
    > windows one. It must be able to show images along with the node text and
    > be
    > single select. I also need to have the ability to show a context menu when
    > the user right clicks a tree node. I only need to define its contents
    > programmatically when the page is generated.
    >
    > Any recommendations from personal use?
    >
    >
    Ken Cox [Microsoft MVP] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139