I am trying to build a program with tree views ( controls). I will like the items on the tree to be dynamically updated from a database. For example if my database has a field in a table called Name, and under name I have Jane, John, and Peter. I will like my tree to have as parent Name, and child Jane John and Peter. So if Peter is removed from the database, The tree removes Pter from its listHow can I do this. My Database is an SQL Server. Can anyone please help !

Milton
[email protected]