ASP.Net Menu without hover effect

surajit_shah

Newcomer
Joined
Jul 28, 2008
Messages
5
Hi

i want to change the asp.net menu

I do not need a hover effect

but want to display the submenu when click on a menu point

how can I do this?
 
Do you mean the HoverMenu from the Ajax control toolkit?

I don't think there is any option to change the behaviour but you can download the source code, it is open source (you should check the license) yourself to be sure about redistribution.

You then just need to copy or edit the existing HoverMenu and change the handlers to listen to the onclick event rather than the mouseover.
 
Back
Top