emsd123 0 Newbie Poster

Hello everyone,
I am currently doing a treeview control in asp.net.
I want to load the database from MS Access into my treeivew,
but I don't know what should I type in my .apsx.vb file.

Please help me with the codes to make my treeview connect to the MS Access!

my design of the table file is like the following example:

Table Name:example
Column name :nodename(char), URL (char), type (num)

#Type 1 represents it's a parent node, type 0 represents as a child node, and each child node will link to the related URL.

Thanks for help!