Click to See Complete Forum and Search --> : tree view property in html


karthikeyam
February 14th, 2006, 11:39 PM
hi i cretad a tree view n populated it using database
now i want to add some text to each node
it shoud not be taken from the database
it should be stored in html n when the node is clicked the property should be displayed

can anyone please give me a hint or peice of cod for this??????????

womalley
February 15th, 2006, 03:06 PM
I posted some code on how to add nodes to a tree many moons ago here.

http://www.codeguru.com/forum/showthread.php?t=257639&highlight=treeview

If the project does not compile correctly for you just look at the aspx page with notepad or something like that...

Will