Treeview in 1.1?

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top