Main Topics
Browse All TopicsI need to create a treeview which will populate the data from the database. i should be able to delete a node and add a node to the tree view. How do i do this? Does anyone have a code to do this
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello Unna. Try this code. However you can change the bullets to images by finding the .gif on this javascript code:
---------------------
<style>
<!--
#foldheader{cursor:pointer
list-style-image:url('fold
#foldinglist{list-style-im
//-->
</style>
<script language="JavaScript1.2">
<!--
var head="display:''"
img1=new Image()
img1.src="fold.gif"
img2=new Image()
img2.src="open.gif"
var ns6=document.getElementByI
var ie4=document.all&&navigato
function checkcontained(e){
var iscontained=0
cur=ns6? e.target : event.srcElement
i=0
if (cur.id=="foldheader")
iscontained=1
else
while (ns6&&cur.parentNode||(ie4
if (cur.id=="foldheader"||cur
iscontained=(cur.id=="fold
break
}
cur=ns6? cur.parentNode : cur.parentElement
}
if (iscontained){
var foldercontent=ns6? cur.nextSibling.nextSiblin
if (foldercontent.style.displ
foldercontent.style.displa
cur.style.listStyleImage="
}
else{
foldercontent.style.displa
cur.style.listStyleImage="
}
}
}
if (ie4||ns6)
document.onclick=checkcont
//-->
</script>
<font face="Verdana">
<ul>
<li id="foldheader">News</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://">CNN</a></li
<li><a href="http://">ABC News</a></li>
<li><a href="http://">BBC News</a></li>
</ul>
<li id="foldheader">Webmaster<
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://">Dynamic Drive</a></li>
<li><a href="http://">JavaScript Kit</a></li>
<li><a href="http://">Freewarejav
</ul>
<li id="foldheader">Nested Example</li>
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://">outer 1</a></li>
<li><a href="http://">outer 2</a></li>
<li id="foldheader">Nested</li
<ul id="foldinglist" style="display:none" style=&{head};>
<li><a href="http://">nested 1</a></li>
<li><a href="http://">nested 2</a></li>
</ul>
<li><a href="http://">outer 3</a></li>
<li><a href="http://">outer 4</a></li>
</ul>
</ul>
</font>
---------------------
This code is simple and easy to edit.
Business Accounts
Answer for Membership
by: SquareHeadPosted on 2004-02-24 at 14:02:06ID: 10445328
Here are several:
com/script s/cooltree /
products13 .htm
/find.html ?id=629907 4&pageid=r & mode=ALL& n=0&query= tree
http://javascript.cooldev.
http://www.imint.com/info/
http://search.freefind.com