i default login in asp.net when something in passowrd or username is wrong I have this message : Your login attempt was not successful. Please try again.
this is some asp:Literal How can i change this text
i default login in asp.net when something in passowrd or username is wrong I have this message : Your login attempt was not successful. Please try again.
this is some asp:Literal How can i change this text
If you're using the ASP.NET Login control, you can simply set the FailureText property to an alternate message.
Or if you need more control, you can template the Login
control to provide your own custom UI.