tabel as treenode in a treeview

B

Ben Kawet

Ok , i've been searching all day for this , but found
nothing .
So I decided to post this question , and I hope someone
will
be able to help me.

I would like to put some tables or datagrids as treenodes
in a treeview.

something like:

- parent
- child

// TABLE
childID | childName
1 Oliver
2 Kelly

+child

+parent

PS: using c#, asp.net

Thank you
 
A

Alvin Bruney

the good thing is that the tree renders client side as html so you can just
add to the text property of the node, the required table
consider Treeview1.selectednodeindex.text = "<table> <tr> blah blah blah
 

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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top