populate a tree view

liunx

Guest
Hi all

I want to populate a tree view from the data base in .Net. Is it possible?
plz help

Thanx
Devstake a look at this:

<!-- m --><a class="postlink" href="http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=264&tabindex=2">http://www.asp.net/ControlGallery/Contr ... tabindex=2</a><!-- m -->

and this:

<!-- m --><a class="postlink" href="http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=75&tabindex=2">http://www.asp.net/ControlGallery/Contr ... tabindex=2</a><!-- m -->


datastructure is controlled by node, meaning you probably have to write your own class to map your database into those node.
 
Back
Top