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