Discussion:
TreeView vs SPTreeView
(too old to reply)
Christof Nordiek
2007-11-27 10:25:44 UTC
Permalink
What is the difference between TreeView from ASP.NET and SPTreeView from
SharePoint?
The only thing I can see is the added property UseInternalDataBindings, the
meaning of wich is absolutly unclear to me.

Christof
Bryan Phillips
2007-11-27 20:49:13 UTC
Permalink
Any class that starts with SP is simply a subclass of the matching class
in ASP.Net.

Sometimes this is done for extra functionality or for backwards
compatibility with WSS 2.0.

--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - Client Application Development
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
Post by Christof Nordiek
What is the difference between TreeView from ASP.NET and SPTreeView from
SharePoint?
The only thing I can see is the added property UseInternalDataBindings, the
meaning of wich is absolutly unclear to me.
Christof
Christof Nordiek
2007-11-28 07:59:44 UTC
Permalink
Post by Bryan Phillips
Any class that starts with SP is simply a subclass of the matching class
in ASP.Net.
That's true for this case of SPTreeView, but not for e.g. SPList, SPWeb...
Post by Bryan Phillips
Sometimes this is done for extra functionality or for backwards
compatibility with WSS 2.0.
And what is the added functionality if any in this case of SPTreeView?

Christof
Bryan Phillips
2007-11-28 23:27:55 UTC
Permalink
It gets some of its images from the layouts folder and is able to bind
to site hierarchies.

--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Microsoft MVP - Client Application Development
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
Post by Christof Nordiek
Post by Bryan Phillips
Any class that starts with SP is simply a subclass of the matching class
in ASP.Net.
That's true for this case of SPTreeView, but not for e.g. SPList, SPWeb...
Post by Bryan Phillips
Sometimes this is done for extra functionality or for backwards
compatibility with WSS 2.0.
And what is the added functionality if any in this case of SPTreeView?
Christof
Loading...