Click to See Complete Forum and Search --> : populate a tree view


handshakeit
02-22-2006, 11:44 PM
Hi all

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

Thanx
Devs

sirpelidor
02-28-2006, 04:10 PM
take a look at this:

http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=264&tabindex=2

and this:

http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=75&tabindex=2


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