what are the main difference Between the Webtree and Webdatatree
Hello,
The main difference between the two trees is that the UltraWebTree was built during ASP.NET 1.0, pre-AJAX, pre-Chrome era. It uses Table layout as its rendering mark-up style, and a lot of the old web practices in general.
However, the WebDataTree is built on top of ASP.NET AJAX, works seamlessly in Chrome & Safari browsers, and uses the LI/UL tags to build up its structure.
Our future direction is to further enhance the WebDataTree and will be retiring the UltraWebTree control next year.
Hope this give you a general idea of differences between the two. For any new development, use the WebDataTree control.
Best Regards,
Taz.