Reputation: 533
How can I create a contextmenu for an asp.net application. I want to display the contextmenu when I right click on a listbox. Please help me.
Upvotes: 2
Views: 5598
Reputation: 22597
You can use jquery plugins to create context menus: Here are a few:
http://www.trendskitchens.co.nz/jquery/contextmenu/
http://wwwendt.de/tech/demo/jquery-contextmenu/demo/
Upvotes: 4