Click here to Skip to main content
15,904,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET 1.1 Code Behind Pin
Fred_Smith1-Oct-07 2:18
Fred_Smith1-Oct-07 2:18 
GeneralRe: ASP.NET 1.1 Code Behind Pin
JacquesDP1-Oct-07 2:20
JacquesDP1-Oct-07 2:20 
QuestionUpdation Problem. Pin
nagendrathecoder30-Sep-07 23:13
nagendrathecoder30-Sep-07 23:13 
AnswerRe: Updation Problem. Pin
Christian Graus30-Sep-07 23:24
protectorChristian Graus30-Sep-07 23:24 
GeneralRe: Updation Problem. Pin
nagendrathecoder30-Sep-07 23:32
nagendrathecoder30-Sep-07 23:32 
GeneralRe: Updation Problem. Pin
Colin Angus Mackay30-Sep-07 23:56
Colin Angus Mackay30-Sep-07 23:56 
GeneralRe: Updation Problem. Pin
Christian Graus1-Oct-07 1:05
protectorChristian Graus1-Oct-07 1:05 
Questionasp:Login FailureText not red Pin
Brendan Vogt30-Sep-07 23:07
Brendan Vogt30-Sep-07 23:07 
Hi,

I am trying to set the failure text of my asp:Login control to red but nothing wants to work. I have created my custom login control using the asp:Login control.

<asp:Login
ID="CESignIn"
DestinationPageUrl="~/ControlPanel/Default.aspx"
FailureText="<br />Your sign in attempt was not successful.&nbsp;&nbsp;Please try again."
FailureTextStyle-CssClass="error"
FailureTextStyle-ForeColor="Red"
runat="server">

<LayoutTemplate>
...
...
...
<asp:Literal ID="FailureText" EnableViewState="False" runat="server" />

</LayoutTemplate>

</asp:Login>

Here is my style:

.error
{
color: #ff0000;
}

It is currently black. How do I change it to red. Please can someone help??

Regards
QuestionShopping cart Pin
subbu.sk30-Sep-07 22:52
subbu.sk30-Sep-07 22:52 
AnswerRe: Shopping cart Pin
Christian Graus30-Sep-07 23:12
protectorChristian Graus30-Sep-07 23:12 
AnswerRe: Shopping cart Pin
N a r e s h P a t e l30-Sep-07 23:30
N a r e s h P a t e l30-Sep-07 23:30 
AnswerRe: Shopping cart Pin
Brendan Vogt1-Oct-07 1:15
Brendan Vogt1-Oct-07 1:15 
Questionwhat does this error msg mean? Pin
mmm!@#30-Sep-07 22:20
mmm!@#30-Sep-07 22:20 
AnswerRe: what does this error msg mean? Pin
pmarfleet30-Sep-07 22:42
pmarfleet30-Sep-07 22:42 
Questionsessions Pin
dews turner30-Sep-07 22:10
dews turner30-Sep-07 22:10 
AnswerRe: sessions Pin
Sandeep Akhare30-Sep-07 22:34
Sandeep Akhare30-Sep-07 22:34 
AnswerRe: sessions Pin
rashidpervaiz0830-Sep-07 23:11
rashidpervaiz0830-Sep-07 23:11 
GeneralRe: sessions Pin
John-ph30-Sep-07 23:28
John-ph30-Sep-07 23:28 
GeneralRe: sessions Pin
rashidpervaiz0830-Sep-07 23:50
rashidpervaiz0830-Sep-07 23:50 
AnswerRe: sessions Pin
John-ph30-Sep-07 23:45
John-ph30-Sep-07 23:45 
QuestionAll controls are disabled in Mozilla browser Pin
nithy_karthik30-Sep-07 21:55
nithy_karthik30-Sep-07 21:55 
QuestionRe: All controls are disabled in Mozilla browser Pin
Sandeep Akhare30-Sep-07 21:58
Sandeep Akhare30-Sep-07 21:58 
AnswerRe: All controls are disabled in Mozilla browser Pin
nithy_karthik1-Oct-07 3:43
nithy_karthik1-Oct-07 3:43 
QuestionUser login Pin
Agweet30-Sep-07 21:54
Agweet30-Sep-07 21:54 
AnswerRe: User login Pin
Sandeep Akhare30-Sep-07 22:10
Sandeep Akhare30-Sep-07 22:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.