-6

I would like to know how to insert,update and deleting using a tree view from database and i want to have one table but be able to have parents and nodes on the tree view retrieving from database.

if you have any links that might help me give me guys Thanks .

1 Answers1

1

Trees are hierarchical; relational databases are set-based.

You have to write the mapper from the tables to the tree view or use an existing one.

duffymo
  • 305,152
  • 44
  • 369
  • 561