how to create dnamic treeview in asp.net 2.0 bind with sql server 2005 table

D

das

hi all,
i want to create dynamic treeview in asp.net 2.0& bind with
sqlserver2005 table.
the depth can beanynumber, so that the end user can create any number
of child nodes & bind with ss2k5 table

plz help with any pointers or code snippet
 
D

das

Hi Mr.Teemu,

thnx for the link & article.
We have used the treenodecollection recursivly called inside a method
caled
buildtree()

Buildtreevu(treenodecollection nodes, string parentid)
{

Buildtreevu(childnode,presentnode)

}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top