A Tree Control using ASP






2.78/5 (8 votes)
May 16, 2000

292867

4040
A simple tree control written using ASP that allows you to display hierachical data.
The project is a simple Tree Control created using ASP. This is first version that offers only display feature, but in the next version the user will be able to add, edit and delete nodes.
The Tree Control structure is stored in an access database. The TreeContent
table has
following columns:
The Tree Control can be expanded only to one branch. So, you must modify the path for the database or create a DNS for database connection in the TreeWork.asp file:
// ' Here YOU MUST change the database path, or create a DSN // Const cstrConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=D:\Iulian\TestTree\testtree.mdb"
Thanks again and enjoy ...