APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

TreeView
Version 3.0



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Layout and Behavior
Design
Programming




Home
About Us
Products
Software
Power Management
Security
Tools
Hardware
Solutions
Support
Site Map


The source of the data can be bound directly to the TreeView. Simply set the DataSource property and call the DataBind() method. TreeView supports building multiple levels of hierarchy (the ID/ParentID model) from a single table in the data source.

In this example, the TreeView takes the structure from MS Access Database. You can also use the following SQL command to create an appropriate table in the SQL Server.

Each record in the table represents an item. Record fields represent item attributes.


Code Samples:
ASPX XML Structure CSS Style C# VB.NET Images


  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center