hi....... I have used a TreeView control in my web form.On rightclicking the nodes of this Treeview, I am getting a popup menu.The menu provides options for adding further nodes and deleting existing ones . My problem is that i am not able to add futher nodes to the TreeView. The informations related to the new node (ie its name , id etc) are got from a form that appears on selecting a suitable option from the popupmenu & i can store it in the database......
but my code for adding new node to the treeview is not able to do the required purpose....help me please.......