Context Menu in ASP.NET
We normally face a task like to show Menu when we right click the gridview or treeview e.t.c. Many third party controls are providing this right click context Menu to the controls like one of the best third party control like Telerik . But we can do this type of requirements using jQuery also. To do this in ASP.NET we need to download the jQuery Context Menu plugin. We need frame the menu div based on our requirement.See this example to do < div > < ul id ="myMenu" class ="contextMenu" > < li class ="edit" >< a href ="#edit" > Edit Node </ a > </ li > < li class ="delete" >< a href ="#delete" > Delete Node </ a > </ li > </ ul > </ div > * This source code was highlighted with Source Code Highlighter . After downloading the plugin you need to add this l...
very nice article and straight to the point .
ReplyDeletei would just like to have an example that uses List and returns the data as JSON to the client.
it would be nice to have a WCF or usual WEbservice for this implementation.
Thanks for sharing this nice code
Maher
You are welcome Maher. Bookmark this link to get updates :-)
ReplyDelete