Dynamic Menu in MasterPage

mpals

Member
Joined
Nov 15, 2005
Messages
13
Programming Experience
Beginner
Hello to all.
Houston we have a problem.... :)

I'm developing a website that have a login page.

I'm have a masterpage for all site, that have a menucontrol. (empty at beginning)

If the user is validate i call a webservice that gives me the items menu for that user, and show the welcome page with the menu.

Still know everything works fine ;).

Now the problem...

If i call another page the menu control is empty! I don't want to call another time the webservice..

I remember.. i can keep the menuinfo in a session var.. and than build again the menu...

Is any other way to do this?

Confused?

Hope not :)

Thanks in advance
 
Back
Top