Click here to Skip to main content
15,898,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have A tree View like This in the Picture
I am using IE 11 But Its work in Firfox and Chrome

Picter[^]
Posted

1 solution

The Tree I was use it

ASP.NET
<iewc:treeview id="TreeView1" runat="server" selectexpands="True" xmlns:iewc="#unknown"></iewc:treeview> 

I replace it with :
<pre lang="HTML"><asp:treeview id="TreeView1" runat="server" showcheckboxes="Leaf" xmlns:asp="#unknown">
                                                    ShowLines="True"></asp:treeview>



and modifying the code as required
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900