Click here to Skip to main content
15,920,217 members

Comments by Member 11933076 (Top 3 by date)

Member 11933076 30-Oct-15 3:39am View    
parentnode.Nodes.Add(childrow(0) & " " & childrow(1) & " " & childrow(2) & " " & childrow(3)) see the spacing i put in between " ". each child row adjusting the space based on the previous child row, for eg if child row0 is "one" the space is 3 if it is four then it is 4 so the alignment of each tag in node shows not propoerly aligned
Member 11933076 25-Aug-15 8:07am View    
i want to eliminate the zeros only the first 4 things should come. thanks
Member 11933076 25-Aug-15 8:03am View    
10CBK
2.5
25
0

0
0
This is the output after amended as per your suggestion. those zeros are coming from the variable inside the loop after reading the datagridview. second one is string that is why it is blank