Ask a Question related to ASP.NET General, Design and Development.
-
Louis Dascoulias #1
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
-
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... -
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... -
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... -
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... -
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... -
Srinivasa Raghavan #2
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
-
LonGreat #3
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...go> 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 justfolder> 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...> which> > Vijay,
> >
> > You can use the TreeView webcontrol that comes with the iewebcontrols> user.> > are downloadable from MS site.
> > They are 'unsupported', presumably because they can be modified by the> client> > They aren't 'pure' web controls as
> > they use 'behaviors' which make use of an htc file containing the the> > javascript for handling the client side functions.
> > I used this control & it worked quite well until I found out that a'Application'> > 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 separateTreeView> there> > 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> > knows!*
> >
> > If you can't live with the restriction you could buy a 3rd partylevels)> > control or create your own.
> > It *only* took me 3 weeks to 'evolve' a recursive (unlimited root>> > 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



Reply With Quote

