Login control

G

Guest

Hello,
is there any way at all to debug the login control? It was working
perfectly and now it does not. Here is my control

<asp:Login ID="Login1" runat="server" BorderPadding="4" BorderStyle="None"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#ffffff"
TextLayout=TextOnLeft Width="304px" TitleText="" RememberMeSet="true"
OnAuthenticate="Login1_Authenticate1">
<TitleTextStyle Font-Bold="True" Font-Size="0.9em" ForeColor="Black"
/>
<InstructionTextStyle Font-Italic="True" ForeColor="White" />
<TextBoxStyle Font-Size="0.8em" Width="175px" />
<LoginButtonStyle BackColor="White" BorderColor="#C5BBAF"
BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em"
ForeColor="#1C5E55" />
</asp:Login>



When I try to log in now, it just returns to the same page and puts the
little red "*" next to the login name and password fields. I have some code
behind, but it never gets hit. Please help me on this one, it is holding up
my entire developement timeline.

Thanks,

Michael.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Are you using validators?

That is the usual behavior when a validator failed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top