user85511
user85511

Reputation: 533

context menu in asp.net

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

Answers (1)

A G
A G

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

Related Questions