Hi Dan,
Welcome!
As for the ASP.NET 2.0 new TreeView control , it is a completely new
developed one which has no relation with the orginal IE TreeView control in
asp.net 1.1. The old IE treeview control is targeting only IE browser
which use many IE specific DHTML behaviors. While the new asp.net 2.0
TreeView control is targeting multiple browers, so it may lack many
advanced features(especially clientside dhtml behavior ) compared to the
original ones.... For detailed reference you can refer to the MSDN
documentation on the ASP.NET 2.0 TreeView control:
#TreeView Class
http://msdn2.microsoft.com/en-us/library/k5c13faz(en-US,VS.80).aspx
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: .net 2.0 TreeView changes - arrrgh!
| thread-index: AcYbP+5pikvJwFjWTpGU/I5bQb919A==
| X-WBNR-Posting-Host: 172.203.227.195
| From: "=?Utf-8?B?bXVzb3NkZXY=?=" <
[email protected]>
| Subject: .net 2.0 TreeView changes - arrrgh!
| Date: Tue, 17 Jan 2006 00:28:02 -0800
| Lines: 14
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:371342
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi guys
|
| I was using the Microsoft.Web.UI.WebControls extra namespace in my
| application to provide me with a TreeView control. I was using
specifically
| .GetNodeFromIndex(), SelectedNodeIndex and NodeData. All 3 of which are
now
| giving errors is the new Asp.net TreeView.
|
| I'm found the Value property which replaces NodeData, but what about
| GetNodeFromIndex and SelectedNodeIndex. Are they just... gone!?

|
| Cheers
|
|
| Dan
|