Jump to content

Dynamic menu


codeb

Recommended Posts

Hi!

 

I have one problem :unsure: .

How I can make dynamically created menu from database in Web app?

I use MySQL and one of the tables have name tlbMenu with fields (id,Caption,Link,Image,Level) and one of the values from that table (0, Menu1, google.com, first.png ,1).

My application must have some level permissions, some users are administrators and some don't. Administrators have full access and normal users can access to few actions from MainMenu. Because of that I must dynamically create menu. This is good idea in case I setup new actions and then I don't must rebuild whole application.

 

Any solutions and sorry on bad English ?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...