473,379 Members | 1,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

HTML TreeView: How to articles?

Hi:

I would like to implement a TreeView Control in a web page. Is this done
with scripting or does it require an ActiveX control? Can someone point me
in right direction?

Thanks,
Charlie
Nov 15 '05 #1
5 1945
Charlie,

There is a separate control that I believe that Microsoft puts out which
contains a TreeView control in it. This control is rendered in HTML on the
client side. If you want, you could always use an ActiveX control. The
thing is, what are your requirements, and what are you looking for it to do?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Charlie@CBFC" <ch*****@comcast.net> wrote in message
news:eO**************@TK2MSFTNGP09.phx.gbl...
Hi:

I would like to implement a TreeView Control in a web page. Is this done
with scripting or does it require an ActiveX control? Can someone point me in right direction?

Thanks,
Charlie

Nov 15 '05 #2
Hi Nicholas:

I would like to show a heirachtical list of organizations and the cases they
are investigating. It appears MS has an asp.net treeview, but it's not
supported yet.

Do you know of a good ActiveX control?

Charlie
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:uO**************@TK2MSFTNGP09.phx.gbl...
Charlie,

There is a separate control that I believe that Microsoft puts out which contains a TreeView control in it. This control is rendered in HTML on the client side. If you want, you could always use an ActiveX control. The
thing is, what are your requirements, and what are you looking for it to do?

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Charlie@CBFC" <ch*****@comcast.net> wrote in message
news:eO**************@TK2MSFTNGP09.phx.gbl...
Hi:

I would like to implement a TreeView Control in a web page. Is this done with scripting or does it require an ActiveX control? Can someone point

me
in right direction?

Thanks,
Charlie


Nov 15 '05 #3
Charlie,

If you know that the client is going to have the framework installed on
their machine, and you can alter the security settings so that it will allow
your assembly to run, I would recommend hosting a control (if you do not
want to use script on the client). Check out the article on
windowsforms.net titled "Using Windows Forms Controls in Internet Explorer"
located at (watch for line wrap):

http://windowsforms.net/articles/iesourcing.aspx

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Charlie@CBFC" <ch*****@comcast.net> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hi Nicholas:

I would like to show a heirachtical list of organizations and the cases they are investigating. It appears MS has an asp.net treeview, but it's not
supported yet.

Do you know of a good ActiveX control?

Charlie
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:uO**************@TK2MSFTNGP09.phx.gbl...
Charlie,

There is a separate control that I believe that Microsoft puts out

which
contains a TreeView control in it. This control is rendered in HTML on

the
client side. If you want, you could always use an ActiveX control. The
thing is, what are your requirements, and what are you looking for it to

do?


--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Charlie@CBFC" <ch*****@comcast.net> wrote in message
news:eO**************@TK2MSFTNGP09.phx.gbl...
Hi:

I would like to implement a TreeView Control in a web page. Is this done with scripting or does it require an ActiveX control? Can someone
point me
in right direction?

Thanks,
Charlie



Nov 15 '05 #4
> There is a separate control that I believe that Microsoft puts out
which
contains a TreeView control in it. This control is rendered in HTML on the client side. If you want, you could always use an ActiveX control. The
thing is, what are your requirements, and what are you looking for it to

do?

There is or there will be ?
I can't find it.

Gawel
Nov 15 '05 #5
"Gawelek" <ga*****@NOSPAMEKpoczta.gazeta.pl> wrote in message news:<bo**********@inews.gazeta.pl>...
There is a separate control that I believe that Microsoft puts out

which
contains a TreeView control in it. This control is rendered in HTML on

the
client side. If you want, you could always use an ActiveX control. The
thing is, what are your requirements, and what are you looking for it to

do?

There is or there will be ?
I can't find it.


See the following URL:
http://msdn.microsoft.com/library/de...w/treeview.asp

(watch for word-wrap)
Nov 15 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Ian Powell | last post by:
Hi I've got objects in an sorted ArrayList like: P:\ P:\\DOCS P:\\i386 P:\\i386\ASMS P:\\i386\ASMS\1000 P:\\i386\ASMS\1000\MSFT
1
by: paradox | last post by:
I want to have a TreeView that shows an image on some items, but not all. Basically, if a certain condition is true, a caution icon is placed next to the treeview item. The problem is that, by...
6
by: Craig Lister | last post by:
I have a treeview with a Root, a Contact Type, and a Contact. Like MSN Messenger. Is there a way that I can say something like if treenode.tag is classContact then string Surname =...
2
by: Chris | last post by:
Hi, anyone experience with the TreeView control that is available in the Microsoft.Web.UI.WebControls component ? I want to add a few nodes to the TreeView-control but don't know quite how :...
12
by: EOS | last post by:
Hi, I am dynamically created TreeView and able to update/add nodes using button. The problem is nothing is being done if I was using threads. Any ideas and suggestion?
5
by: david | last post by:
I do not know if there is a treeView control for web form in .NET 1.1. I know there is IE Webcontrol package which has the treeview control for ..net 1.0. I have tested it in .net 1.1 before. It...
1
by: =?Utf-8?B?U3dvb3No?= | last post by:
i have a treeview (id="trv") i would like to do something like this: trv.Attributes.Add("onexpand", "javascript:alert(this);"); i cannot make this work i would like to know if this is the...
18
by: =?Utf-8?B?TGkgV2VuZw==?= | last post by:
Hi, Is there a way for TreeView to have multiple selections? But I am not talking about its checked boxes. I want a way similar to ListView with MultiSelect = True. So I can use or key and...
6
by: David | last post by:
Hi all, I am opening a webform with showModalDialog. This appears to pop-up fine, though I have a problem... Inside the webform is a treeview control. When the treeview is populated, I am...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.