Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Please helped me out.

I would like to put table or gridview in treenode of treeview control in asp.net

Currently I have,

abc
    --childnode_1
      --- use = true
          name = temp
          rate = 100
          mode = 4
    --childnode_2
      --- use = true
          name = temp
          rate = 100
          mode = 4
I would like to display like this:

abc
  --childnode_1
    --- Use | name | rate | mode
        ------------------------
        true | temp | 100  | 4
  --childnode_2
    --- Use | name | rate | mode
        ------------------------
        true | temp | 100  | 4


Thanks in advance..
Posted
Updated 19-Mar-14 11:21am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900