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

I have a C#.NET Web Application. I have to attach a context menu to a gridview.

Is Context Menu present in ASP.NET Web Applications? I have seen it in Windows applications?

I have a requirement where a mutilevel context menu (sub levels to be fetched from Database) and the context menu should appear on a grid on right click; On click of each sub menu item it should call a function with the parameters passed.
Does anyone have a custom control/user control which serves the purpose or please suggest something in this regard?

I have already used the context control below here
http://msdn.microsoft.com/en-us/magazine/cc163848.aspx,
but it doesn't give dynamic items from the database. It has hard coded values for sub items... and I need a multilevel .. it is a single level context menu.





Thanks in Advance!
Posted
Updated 9-Apr-10 5:17am
v4

1 solution

Not only yes, but if you had Googled it, you would have found this as the very first hit:

http://msdn.microsoft.com/en-us/magazine/cc163848.aspx[^]
 
Share this answer
 
v2

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