G
Guest
i just downloaded treeview control,i'm using framework 1.
Why the check box is not visible in my treeview contro
the following is my cod
<iewc:TreeView id="TreeView2" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server
ShowPlus="False" SystemImagesPath="C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322\1_0\treeimages/
ExpandLevel="1"><iewc:TreeNode NodeData="fvhghgh" Checked="True" CheckBox="True" Text="Parent" Expanded="True"><iewc:TreeNode NodeData="dfss" CheckBox="True" Text="Node1"></iewc:TreeNode></iewc:TreeNode></iewc:TreeView
when i run i this i'm getting the output like this
Parent Node1
why it is so
thanks in advance
Why the check box is not visible in my treeview contro
the following is my cod
<iewc:TreeView id="TreeView2" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server
ShowPlus="False" SystemImagesPath="C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322\1_0\treeimages/
ExpandLevel="1"><iewc:TreeNode NodeData="fvhghgh" Checked="True" CheckBox="True" Text="Parent" Expanded="True"><iewc:TreeNode NodeData="dfss" CheckBox="True" Text="Node1"></iewc:TreeNode></iewc:TreeNode></iewc:TreeView
when i run i this i'm getting the output like this
Parent Node1
why it is so
thanks in advance