<asp:TreeView ID="TreeView1" runat="server" > <Nodes> <asp:TreeNode Text="Hi" Value="Hi"> <asp:TreeNode Text="Hello" Value="Hello"> <asp:TreeNode Text="H r u" Value="H r u"> </asp:TreeNode> </asp:TreeNode> </asp:TreeNode> </Nodes> </asp:TreeView>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)