codeb Posted December 29, 2012 Posted December 29, 2012 Hi! I have one problem . 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 ? Quote
Ronak Posted December 31, 2012 Posted December 31, 2012 Hi, This may help, see the demo Regards ProjMenu.rar 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.