It's my first time to use the treeview control. I met a problem about it:
Suppose I have a table named as "book" which has field "bookid" and "chapterid". I used ADO to connect to the database.
How can I populate the treeview control and let every "bookid" as the parent node of "chapterid"?
Thanks a lot.
Jing