how do i create & render a tree structure of categories in asp.net using vb?
i want to render the following on a web page...
Animal->Dog
->Cat
->meow
->Horse
Tree -> Pine
-> Redwood
-> Some other tree
->Big
->not too big
i am hoping there is some kind of data structure that already does this. src code or links to is appreciated.
i want to render the following on a web page...
Animal->Dog
->Cat
->meow
->Horse
Tree -> Pine
-> Redwood
-> Some other tree
->Big
->not too big
i am hoping there is some kind of data structure that already does this. src code or links to is appreciated.