Hi,
Can anyone suggest me, how to work with treeview in C#.net, it must hold 3 table values.
Parent Node,Child Node, GrandChild Node.
Tables like
>ParentTable
>ChildTable
>GrandChildTable.
For Answers, see/post comments
Treeview
Subscribe to:
Post Comments (Atom)
1 comment:
Here is a sample and article on how to work with ASP.NET 2.0 TreeView control.
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/navigation/treeview.aspx
Post a Comment