Link to home
Start Free TrialLog in
Avatar of tmolskow
tmolskow

asked on

ASP.NET Context Menu

Is there a way to do an ASP.NET context menu?
Avatar of nauman_ahmed
nauman_ahmed
Flag of United States of America image

You can use third party components that will generate a DHTML menu. See the following article:

Adding a Context Menu to ASP.NET Controls
http://msdn.microsoft.com/msdnmag/issues/05/02/CuttingEdge/

Component Art Menu for ASP.NET
http://www.componentart.com/menu/default.aspx

--Nauman.
Avatar of tmolskow
tmolskow

ASKER

Thanks for your reply Nauman, but I'd prefer to know how to build one myself, maybe by extending the web controls class or something like that.
ASKER CERTIFIED SOLUTION
Avatar of nauman_ahmed
nauman_ahmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial