1
Reply

treeview hierarchical asp.net web forms

vijayakumar mano

vijayakumar mano

Jan 22 2009 6:31 AM
3.6k

Hi,

      I have created tree view in asp.net 2005 with parent and child nodes, but i need a this format like parent, child, sub child, sub1 child and etc.

can any one please help me, thanks in advance.

My sample tree view format as follows,

+sample1
  -sample2
  -sample2
  -sample2
+sample3
  -sample4
  -sample4
but my expected format with tree view is,
  +sample1
    -sample2
   +sample2
     -sample2.1
     -sample2.2
     -sample2
 +sample3
   +sample4
     -sample4.1
     -sample4.2
   -sample4 

Answers (1)