473,498 Members | 1,830 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

TreeView

Microsoft released some free asp.net controls recently - treeview, tabstrip.
I can't remeber where to get them from. Can anyone help. Chris.
Nov 19 '05 #1
5 2204
http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Microsoft released some free asp.net controls recently - treeview, tabstrip.
I can't remeber where to get them from. Can anyone help. Chris.

Nov 19 '05 #2
May I point out that Microsoft Internet Explorer WebControls
are not currently supported ?

http://msdn.microsoft.com/library/de...w/TreeView.asp

Why program against deprecated controls ?

OTOH, ASP.NET 2.0 has a brand-new TreeView Control :

http://msdn.microsoft.com/library/de...l/treeview.asp


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Siva M" <sh******@online.excite.com> wrote in message
news:Ow**************@tk2msftngp13.phx.gbl...
http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Microsoft released some free asp.net controls recently - treeview, tabstrip.
I can't remeber where to get them from. Can anyone help. Chris.

Nov 19 '05 #3
Does 2.0 have the tabstrip and toolbar. Also some of the examples I saw (but
can't remember where) looked so much like XP OS controls. Any ideas where to
the get the images etc to get that kind of look and feel?

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
May I point out that Microsoft Internet Explorer WebControls
are not currently supported ?

http://msdn.microsoft.com/library/de...bcontrols/webf
orms/library/TreeView/TreeView.asp
Why program against deprecated controls ?

OTOH, ASP.NET 2.0 has a brand-new TreeView Control :

http://msdn.microsoft.com/library/de...us/dnvs05/html
/treeview.asp

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Siva M" <sh******@online.excite.com> wrote in message
news:Ow**************@tk2msftngp13.phx.gbl...
http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Microsoft released some free asp.net controls recently - treeview, tabstrip. I can't remeber where to get them from. Can anyone help. Chris.


Nov 19 '05 #4
I don't think they are deprecated (until the new controls in .NET 2.0 are
released) but these controls were NEVER supported.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
May I point out that Microsoft Internet Explorer WebControls
are not currently supported ?

http://msdn.microsoft.com/library/de...w/TreeView.asp
Why program against deprecated controls ?

OTOH, ASP.NET 2.0 has a brand-new TreeView Control :

http://msdn.microsoft.com/library/de...l/treeview.asp

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Siva M" <sh******@online.excite.com> wrote in message
news:Ow**************@tk2msftngp13.phx.gbl...
http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Microsoft released some free asp.net controls recently - treeview, tabstrip. I can't remeber where to get them from. Can anyone help. Chris.


Nov 19 '05 #5
http://www.iewebcontrols.net
Hope that helps

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
Does 2.0 have the tabstrip and toolbar. Also some of the examples I saw (but can't remember where) looked so much like XP OS controls. Any ideas where to the get the images etc to get that kind of look and feel?

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
May I point out that Microsoft Internet Explorer WebControls
are not currently supported ?

http://msdn.microsoft.com/library/de...bcontrols/webf orms/library/TreeView/TreeView.asp

Why program against deprecated controls ?

OTOH, ASP.NET 2.0 has a brand-new TreeView Control :

http://msdn.microsoft.com/library/de...us/dnvs05/html /treeview.asp


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaņol
Ven, y hablemos de ASP.NET...
======================

"Siva M" <sh******@online.excite.com> wrote in message
news:Ow**************@tk2msftngp13.phx.gbl...
http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1

"Chris Kennedy" <ck**************@bleyonder.co.uk> wrote in message
news:el**************@TK2MSFTNGP09.phx.gbl...
Microsoft released some free asp.net controls recently - treeview, tabstrip. I can't remeber where to get them from. Can anyone help. Chris.



Nov 19 '05 #6

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

Similar topics

42
11469
by: lauren quantrell | last post by:
So many postings on not to use the treeview control, but nothing recently. Is it safe to swim there yet with Access 2000-Access 2003?
5
19864
by: SoKool | last post by:
Can anyone point me to a site where I can get a free treeview control to use in ASP .NET or any tutorial that can help me build my own treeview control. I intend to use a treeview to generate a...
1
6655
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...
3
2815
by: Peter | last post by:
Hello, We are inserting a side menu to our application using a class that is writing HTML on all our pages. This is a part of the code as an example: writer.Write(" <table WIDTH=""100%""...
6
4911
by: L.M | last post by:
Hello, I knew how to use the treeview under VB6. After migrating to .NET, well, I'm lost. I try to add a new node, either to the same level or as a child to a selected node in the treeview....
14
15049
by: Mr.D | last post by:
How do I save/load the contents of a Treeview to a file? I have found several good examples written i VB6, but not a single one for VB.NET. Please help. ---- Tim
3
3798
by: christof | last post by:
I've got a really easy problem, please help me: There are two pages in one I'm creating a TreeView like that: TreeView dbTree = new TreeView(); TreeNode dbTreeRoot = new TreeNode("Root");...
2
7478
by: Tymbow | last post by:
I'm building a web application that is analogous to the Windows XP file explorer in function. The left column contains a TreeView, and the right column a DataGrid populated by selecting TreeView...
1
693
by: kvicky | last post by:
I am trying to load child nodes to a TreeNode in a TreeView in a ASP.net web application. The Treeview with parent nodes are loaded on a Page_load while doing if( ! ISPostback ) and then in the...
8
12724
by: Matt MacDonald | last post by:
Hi All, I have a form that displays hierarchical categories in a treeview. Ok so far so good. What I was to do is have users be able to select a node in the treeview as part of filling out the...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7167
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7208
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4593
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3095
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3085
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
657
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
292
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.