I have a class as follows: public enum state { FR, STR, SR, IR, PR } public class Node { protected string NodeName; protected string NodeValue; protected string NodeTip; protected state NodeState; protected Node NodeParent; protected List < Node > NodeChildren; public Node( string Name, string...
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
meerudoll
on
11-05-2009, 12:00 AM
Filed under: treeview, node, nodes, Tree View, .NET 3.5, .net framework 3.5, .ASPX, TreeNodeCollection, TreeNode, Tree View:, Tree View control