Posted on: 1/20/2014 10:52:12 AM | Views : 649

Hi
I have a code below, that is not in a tree format. I want to create a tree, with Summary Reports and Work In Progress as two roots. Under <b>Summary Reports</b> I want three children; Work Finalised, Work In Progress and Work Received. Under <b>Work In Progress</b> I want WIP Age Analysis and WIP Custom Age.
I tried working around my code many times with no luck, I get different with every try. Can you help me with the code below, two have a tree structure as explained above.
<treeview id="TreeView1" runat="server" class="cssTreeView" ondblclick="tvwDoubleClick();" oncontextmenu="tvwRightClick();" defaultStyle="font-family:verdana;font-size:8pt;" selectedNodeIndex="0" HelperID="__TreeView1_State__" systemImagesPath="/webctrl_client/1_0/treeimages/" autoSelect="true" onexpand="javascript: if (this.clic ...

Go to the complete details ...