Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Web Menu Control

Web Menu Control

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasecom
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 446798
    wrote on last edited by
    #1

    Hi I want an ASP.NET web menu control. I want to show menu items according to the rights of a user logging in. I get rights of a user from the database and i store these rights in a dataset. Now I want to show only those menu items of which the user has access rights. If anybody has this kind of control, please send me one. My email address is contacthunjan@yahoo.com shelly

    Z 1 Reply Last reply
    0
    • U User 446798

      Hi I want an ASP.NET web menu control. I want to show menu items according to the rights of a user logging in. I get rights of a user from the database and i store these rights in a dataset. Now I want to show only those menu items of which the user has access rights. If anybody has this kind of control, please send me one. My email address is contacthunjan@yahoo.com shelly

      Z Offline
      Z Offline
      zapap
      wrote on last edited by
      #2

      I have the same problem On my page i have a menu named muNavigation My problem is exactly the same as yours, this is my code (sample) but the child items does not pop out on hover muNavigation.Items.Clear(); muNavigation.MaximumDynamicDisplayLevels = 1; muNavigation.StaticDisplayLevels = 1; MenuItem miItem = new MenuItem(); miItem.Text = "Hello"; miItem.Selectable = false; MenuItem miChildItem = new MenuItem(); miChildItem.Text = "world"; miItem.ChildItems.Add(miChildItem); muNavigation.Items.Add(miItem); I cant figure this out. Anybody any ideas? Fanx There is someone in my head but it's not me - Pink Floyd

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups