Hi Peeps,

I have a dynamic website and I have included on my master page login details which consists of a username, password and login button. Basically depending on who logs in I want to show or hide certain buttons on the master page. For instance if a user has admin rights in the database I want to show a Synchronise button which basically will check for any updates that have been uploaded from a desktop application I have wrote. I know how to check the user details when clicking on the login button but my problem is if they click on any other button it will reload the master and content page and have recolection that the user has logged and which will then cause the sync button to be invisible.

Hope it makes sense; I have never done this web based and I am still learning ASP.Net so any help will be much appreciated.

Thanks in advance for any help,

Jiggy!