I have created a treeview in which i gave the option to add,edit,delete. Now when add is clicked, new node is getting added below the respective parent node. How to add a tag to that added node.
For adding node i have used the below code,
NodeClicked is a variable of treenode type.
NodeClicked.Nodes.add("Enter New Node")
For adding node i have used the below code,
NodeClicked is a variable of treenode type.
NodeClicked.Nodes.add("Enter New Node")