Search Result

Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
master page
  •  

  • Unable to get login page using master page to display styles with forms authenticatio

    I have seen numerous posts with this problem, however none of the solutions have worked for me. I am using asp.net 4.0 forms authentication. I have the following set in my config file.
    Code:
        <authentication mode="Forms">
          <forms loginUrl="~/Account/Login.aspx" />
        </authentication>
        <authorization>
          <deny users="?"/>
        </au
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 9 '10, 03:49 PM. Reason: Please post code in code tags. Added code tags.

  • danmoran
    started a topic Change imageButton image in a master page

    Change imageButton image in a master page

    I would like to change the image on animageButton as this is clicked by the user.

    when the master page is loaded it shows the btnHome.ImageUr l = "~/images/home.jpg";

    But when the user clicks on the btnHome, its ImageUrl should change to btnHome.ImageUr l = "~/images/homeSelected.jp g";

    The imageButton should change from a selected image to nonselected.

    Thanks so much
    See more | Go to post

  • ShaluGoogle
    started a topic How to modify Master Page

    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!!!!!!!!
    See more | Go to post

  • prasans
    started a topic Master Page variables

    Master Page variables

    I have stored some of the variables used by lot of other pages of my website on the master page. As we are migrating to a load balanced environment, I want to know if I need to move those variables to a different place to make them still available even if the requests sent a different web server every time.

    Had similar problems when I stored these variables in the session object and had to turn on SQLState to make them available in...
    See more | Go to post
Working...