Treeview in 1.1?

G

Guest

Hi

I'm trying to see if there is a treeview control in .NET 1.1 for web
development. So far I've found an article on MSDN that says that the treeview
is there, and uses the following lines to add it to the aspx page...

<%@ import namespace="Microsoft.Web.UI.WebControls" %>
<%@ Register TagPrefix="mytree"
Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral,
PublicKeyToken=31bf3856ad364e35">

Presumably, if the TreeView is in .NET 1.0.2.226 it's in 1.1? So, whats the
version number to put in that code. My build is 1.1.4322 (tried that btw).

Or am I just out of luck and there is no TreeView? I can't find anything on
the page to say "this is .NET 2".

The MSDN page im looking at btw is
http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/treeview.asp

Any help apprecuiated!

Cheers


Dan
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top