Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The problem is that you have not added The <code>ErrorMessage</code> attribute to your login control See the below code I have added the Error Message attribute in the Login control</p> <pre><code>&lt;asp:Login ID="Login1" runat="server" BackColor="#F7F7DE" ErrorMessage="Write your Error Message here" BorderColor="#CCCC99" ValidatorTextStyle-ForeColor="Red" PasswordRequiredErrorMessage="You must enter a password." UserNameRequiredErrorMessage="You must enter a user name." TextBoxStyle-Width="150" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana" Font-Size="10pt" TitleText="Members Login" InstructionText="Please enter your user name and password for login." onauthenticate="Login1_Authenticate" onloginerror="Login1_LoginError"&gt; &lt;TitleTextStyle BackColor="#476042" Font-Bold="True" ForeColor="#FFFFFF"/&gt; &lt;/asp:Login&gt; </code></pre> <p>From <a href="http://msdn.microsoft.com/en-us/library/dd5c6s6h%28v=vs.71%29.aspx" rel="nofollow">MSDN</a> about ValidationSummary:</p> <blockquote> <p>The summary can be displayed as a list, a bulleted list, or a single paragraph, based on the value of the DisplayMode property. The <strong>error message</strong> displayed in the ValidationSummary control for each validation control on the page is specified by the ErrorMessage property of each validation control. <strong>If the ErrorMessage property of the validation control is not set, no error message is displayed</strong> in the ValidationSummary control for that validation control.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload