Click here to Skip to main content
15,883,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


1) i have treeview which dynamically created. i have a 3-Level tree where nodes are added dynamically using sql database.
2) Now i want to add & delete nodes at level 3 using right click on level 2 node. Its somewhat like context menu in winforms
3) So how can i achieve it in aspx pages in asp.net

Please Help Me!!!!!!!!!!
Thank You All
Posted

1 solution

You will need to do this on the client side via JavaScript.

Using the ASP.Net Context menu

Some ASP.Net Menus from the ASP.Net community that may help you get where you are need to be a bit faster (some are free some cost $).

jQuery context menu that may be of use to you, jQuery context menu.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900