Hide Menu Items

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ajones
User
Posts: 1

Hide Menu Items

Post by ajones »

I want ti hide menu items based on CurrentUserLevel() in C#. Can anyone help with that?


MichaelG
User
Posts: 1110

Post by MichaelG »

You can use the MenuItem_Adding server event.


Post Reply