Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
styles
  •  

  • 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.

  • romepatel
    started a topic tr.even, tr.odd

    tr.even, tr.odd

    Hi,

    I have a table in my page, I want to give alternate effects to each row,
    so i have added tr.odd and tr.even in the styles sheet,

    Code:
    tr.odd {
    	margin-left: 5px;
    	padding-left: 5px;
    	padding-right: 5px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	color: #000;
    	text-align:center;
    	background-color: #FEE8C7;
    	height: 20px;
    	padding-top: 3px;
    ...
    See more | Go to post
    Last edited by acoder; Dec 22 '09, 01:48 PM. Reason: Please use [code] tags
Working...