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. how to use menu control using database...

how to use menu control using database...

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasehelptutorial
1 Posts 1 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.
  • H Offline
    H Offline
    hi_everybody
    wrote on last edited by
    #1

    hi actualy i want to create dynamic menu accroding to permission of user. it should get generate dynamically..... for that i used database...there are three tables related to menus 1. tblModule -which contains module code and module description i.e. masters,search,rate entry 2. tblMenu- which contains menucode,menu desc.(bus,car,flight,train),modulecode. 3. tblSubMenu-which contains submenucode,submenuname(add new bus,del bus,modify bus,search bus,add new rate entry for bus ...etc),submenulinks(means path of aspx file i.e. Masters/bus/newBusEntery.aspx),menucode now i want to dynamically create menus according to permissions like bus|car|flight... after clicking on bus it should display the submenu in dropdown manner like this, -add new bus -modify bus -delete bus and after selecting add new bus it should display the 'newBusEntery.aspx' page which is in Masters/bus folder whose path is stored in tblSubMenu table.. please, give code samples i need it urgently and i am new in asp.net,so help me friends.... thanx..

    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