What is the use of Tree View Control in ASP.NET 2.0
New site navigation controls in ASP.NET 2.0
Microsoft ASP.NET 2.0 introduces two new site navigation controls, the TreeView and Menucontrols, which can be used to represent hierarchical data. Both controls are feature rich and were designed to work in a wide-variety of scenarios. Both controls can be used to display static data, site-map data, and even database data. In addition, both controls support a rich client-side experience. The TreeView and Menu controls render JavaScript for uplevel browsers, but they are also compatible with downlevel browsers.
Use of TreeView control
You can use the TreeView control in any situation in which you need to display hierarchical data. For example, you can use this control when displaying a navigation menu, displaying database records from database tables in a Master/Detail relation, displaying the contents of an XML document, or displaying files and folders from the file system.
Microsoft ASP.NET 2.0 introduces two new site navigation controls, the TreeView and Menucontrols, which can be used to represent hierarchical data. Both controls are feature rich and were designed to work in a wide-variety of scenarios. Both controls can be used to display static data, site-map data, and even database data. In addition, both controls support a rich client-side experience. The TreeView and Menu controls render JavaScript for uplevel browsers, but they are also compatible with downlevel browsers.
Use of TreeView control
You can use the TreeView control in any situation in which you need to display hierarchical data. For example, you can use this control when displaying a navigation menu, displaying database records from database tables in a Master/Detail relation, displaying the contents of an XML document, or displaying files and folders from the file system.
Labels: Asp.Net

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home