How to make the smatest dynamic menu

P

pnr

I am makeing a system where every user have there ovn menu, they can
chose between about 20 different sides they want in there menu. Eache
side contains that menu, the user logs in with username and
password.

Schall i put the list of the menu items that the user have the rights
to see in an session, schall i ask the database for the list on
everys side, or is there a better solution?

What about the menu, what is the smartest way to program it, so i only
have the code for it at one place?

Hop you have som good suggestions :D
 
S

Steve C. Orr [MVP, MCSD]

You could make the menus into user controls, then you could cache them so
they don't need to bother the database often.
Here's more info:
http://msdn.microsoft.com/library/d...n/html/vbconintroductiontowebusercontrols.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriwebusercontrols.asp
http://msdn.microsoft.com/library/d...l/vbconWebUserControlsVsCustomWebControls.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconOutputCache.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net




pnr said:
I am makeing a system where every user have there ovn menu, they can
chose between about 20 different sides they want in there menu. Eache
side contains that menu, the user logs in with username and
password.

Schall i put the list of the menu items that the user have the rights
to see in an session, schall i ask the database for the list on
everys side, or is there a better solution?

What about the menu, what is the smartest way to program it, so i only
have the code for it at one place?

Hop you have som good suggestions :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top