Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Show/Hide Elements of WebDataMenu
posted

I'm using the WebDataMenu 10.3 in a .NET 4 environment.  The menu uses an XmlDataSource.

How can I programatically show or hide major elements of the menu.  Currently, I am using three WebDataMenus on the same page and manipulating the visibility of the second and third menus based on the visitor privileges.

For a specific example, I am referring to the dropdown menus (WebDataMenus) implemented on my site at: http://www.apesoftware.com/

Any help is appreciated! :)

Parents
  • 3726
    posted

    Hi Mark,

    if you want to show/hide element on the server side use the DataMenuItem.Visible property. This should work just fine.

    Let me know whether this is what you need.

    Thanks,

    Lubomir

Reply Children