CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Oct 2005
    Posts
    3

    Unhappy VB.net Treeview Population

    Any body tell me how to populate a treeview control from the data of a database table. My table design is as follows:.

    id - autonumber

    item string,

    parent_id integer . -
    ------------------------------------------------------------------------------------------------ Parent_id is the referencing field refering to id itself of the table. This design is as per the list structure of a tree structure.

    Jobin
    Last edited by jobindaniel; April 10th, 2006 at 06:59 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured