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

  1. #1

    Default Re: TreeView Control

    Vijay,

    You can use the TreeView webcontrol that comes with the iewebcontrols which
    are downloadable from MS site.
    They are 'unsupported', presumably because they can be modified by the user.
    They aren't 'pure' web controls as
    they use 'behaviors' which make use of an htc file containing the the client
    javascript for handling the client side functions.
    I used this control & it worked quite well until I found out that a folder
    containing the htc files, etc. needed to be copied to
    EVERY root folder of every web site that needs to use it. If you have
    hundreds of web sites on each web server this
    is doable (via scripting) but not desireable.
    A better solution was is to put the .Net apps on a separate 'Application'
    server from the web servers.
    I've heard that a future version of Visual Studio.Net will include a
    TreeView control that is a 'pure' webcontrol like
    the 'standard' web controls, but I haven't seen it yet.. *someone out there
    knows!*

    If you can't live with the restriction you could buy a 3rd party TreeView
    control or create your own.
    It *only* took me 3 weeks to 'evolve' a recursive (unlimited root levels)
    custom TreeView control. It was a great learning
    experience, but time consuming.

    HTH,
    Louis Dascoulias, AWS


    "Vijay Balki" <vijayb@softech-usa.com> wrote in message
    news:uhGBk5gVDHA.216@TK2MSFTNGP11.phx.gbl...
    > I am trying to use a treeview control on a ASP page? Is this possible?
    >
    > Thanks
    > Vijay
    >
    >

    Louis Dascoulias Guest

  2. Similar Questions and Discussions

    1. TreeView in Web Custom Control
      Hi. I'm trying to develop a web custom control that uses a programmatically created treeview. My problem is that I get an exception when I try to...
    2. Adding contextmenu to IE Treeview Control
      Does anybody have a clue as to how to do this? I would like to display my own custom context menu when rightclicking a node in my treeview, but...
    3. ASP TreeView Control
      Hi I am using ASP Tree View Control to display data in hiearchy fashion.I am having a checkbox next to the TreeView Node.When user checks or...
    4. Problem with Treeview Control & Toolbar
      Hi all I have a few problems with my Access 2000 application that I wrote. 1.I have added a Microsoft Treview control version 6.0 control to...
    5. Having a difficulty working with the Treeview Web Control
      Hi, I have answered your question in: microsoft.public.dotnet.framework.aspnet.webcontrols Pls don't do crossposting. Some won't answer your...
  3. #2

    Default Re: TreeView Control

    Hi louis,

    I am having a Asp Tree View Control with data binded to
    Treeview from dataSet after applying XSL.
    I am applying the attribute checkbox = true at the xsl.I
    need to get the value of the tree node in the client side
    using javascript.is it possible to get the values in the
    client side after the checkbox is clicked, i was able to
    do in server side.

    Is there any sample code for the checkbox.

    Thanks
    Srinivasa Raghavam


    Srinivasa Raghavan Guest

  4. #3

    Default Re: TreeView Control

    See also [url]http://longreat.com[/url] .view the webform treeview demo

    "Vijay Balki" <vijayb@softech-usa.com> ¼¶¼g©ó¶l¥ó·s»D
    :ee6fkWhVDHA.384@TK2MSFTNGP12.phx.gbl...
    > Thanks Louis. I just require this control to be used on one page in my
    > website and will be hosting on one webserver only. So I guess I will just
    go
    > with what MS has. If I have questions using it I will post here and
    > hopefully you will be able to help me.
    >
    > Somebody please let us know the webcontrol version of treeview control is
    > available.
    >
    > Thanks
    > Vijay
    >
    > "Louis Dascoulias" <louisd@automark.net> wrote in message
    > news:uuZ45FhVDHA.384@TK2MSFTNGP12.phx.gbl...
    > > Vijay,
    > >
    > > You can use the TreeView webcontrol that comes with the iewebcontrols
    > which
    > > are downloadable from MS site.
    > > They are 'unsupported', presumably because they can be modified by the
    > user.
    > > They aren't 'pure' web controls as
    > > they use 'behaviors' which make use of an htc file containing the the
    > client
    > > javascript for handling the client side functions.
    > > I used this control & it worked quite well until I found out that a
    folder
    > > containing the htc files, etc. needed to be copied to
    > > EVERY root folder of every web site that needs to use it. If you have
    > > hundreds of web sites on each web server this
    > > is doable (via scripting) but not desireable.
    > > A better solution was is to put the .Net apps on a separate
    'Application'
    > > server from the web servers.
    > > I've heard that a future version of Visual Studio.Net will include a
    > > TreeView control that is a 'pure' webcontrol like
    > > the 'standard' web controls, but I haven't seen it yet.. *someone out
    > there
    > > knows!*
    > >
    > > If you can't live with the restriction you could buy a 3rd party
    TreeView
    > > control or create your own.
    > > It *only* took me 3 weeks to 'evolve' a recursive (unlimited root
    levels)
    > > custom TreeView control. It was a great learning
    > > experience, but time consuming.
    > >
    > > HTH,
    > > Louis Dascoulias, AWS
    > >
    > >
    > > "Vijay Balki" <vijayb@softech-usa.com> wrote in message
    > > news:uhGBk5gVDHA.216@TK2MSFTNGP11.phx.gbl...
    > > > I am trying to use a treeview control on a ASP page? Is this possible?
    > > >
    > > > Thanks
    > > > Vijay
    > > >
    > > >
    > >
    > >
    >
    >

    LonGreat 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