How to modify Master Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShaluGoogle
    New Member
    • Sep 2009
    • 7

    How to modify Master Page

    HiEveryone!!!
    I'm using Master page in my website.... When the user logged in, the asp menu button of the master page should be enabled or disabled according to the user permission.... How to do this? Plz Reply!!!!!!!!
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    What are you using to authenticate the user?
    It all depends on what form of authentication/authorization you're using.

    -Frinny

    Comment

    • ShaluGoogle
      New Member
      • Sep 2009
      • 7

      #3
      No, Authentication or Authorization is not necessary.. I just want to check that the user is enabled for the particular Feature.. If so, then one asp menu button should be enabled.. Thanks for your reply. I found the answer for it..

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Do you know what the concept of authentication is?
        It is the process which the user provides credentials (the user name and password) and the system permits that user to enter your website if the user name and password are valid.

        Once the user has provided valid credentials the system "logs in" the user.

        There are several different techniques used to "log in" the user.
        I can't help you solve your problem until you know what type of authentication method you are using.

        Do you know what the concept of authorization is?
        Authorization dictates what the user is permitted to do.
        That means that the website is configured depending on the user and their permissions.

        Please research these topics.

        -Frinny

        Comment

        Working...