TreeView control for web form in .NET1.1?

G

Guest

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 did not work. About the
status of it now? Is there any alternative for TreeView control for web form
in .net 1.1 and Visual Studio 2003? How about .net 2.0 and Visual Studio 2005?

Thank tou

David
 
G

Guest

Thank you very much.

David

Teemu Keiski said:
Hi,

ASP.NET 2.0 has a built-in, fully-supported, cross-browser compatible
TreeView control, but ASP.NET 1.1 doesn't, so with ASP.NET 1.1/VS2003 you'd
need to use 3rd party controls etc.

More about ASP.NET 2.0:s TreeView:

TreeView QuickStarts
http://www.asp.net/QuickStart/aspnet/doc/ctrlref/navigation/treeview.aspx

Display Hierarchical Data with TreeView in ASP.NET 2.0
http://aspalliance.com/732

--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top