0

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

4

1 回答 1

1

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.

于 2013-04-24T09:39:31.673 回答