Click here to Skip to main content
15,887,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Converting Rows in columns Pin
Richard Deeming30-Nov-15 4:03
mveRichard Deeming30-Nov-15 4:03 
GeneralRe: Converting Rows in columns Pin
byka30-Nov-15 8:54
byka30-Nov-15 8:54 
QuestionAbout ASP.Net Pin
Member 1209320927-Oct-15 20:28
Member 1209320927-Oct-15 20:28 
AnswerRe: About ASP.Net Pin
PANKAJMAURYA27-Oct-15 21:34
professionalPANKAJMAURYA27-Oct-15 21:34 
QuestionUnit testing tool for universal windows 10 app except Unit test app(universal windows) library Pin
Anjani Rajdev27-Oct-15 20:18
Anjani Rajdev27-Oct-15 20:18 
QuestionError: The parameter 'addresses' cannot be an empty string. Pin
Member 876166727-Oct-15 13:27
Member 876166727-Oct-15 13:27 
AnswerRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Richard Deeming28-Oct-15 3:29
mveRichard Deeming28-Oct-15 3:29 
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Member 876166728-Oct-15 8:32
Member 876166728-Oct-15 8:32 
Many thanks, Richard, for your reply.

I have done as you suggested and made a couple of other alterations.

The code now looks like this:

<p><asp:Label ID="Email" runat="server" Text="Email"></asp:Label>
<asp:TextBox ID="your_email" runat="server" ></asp:TextBox>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" DisplayMode="SingleParagraph" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
ErrorMessage="*" ControlToValidate="your_email" Display="None"

ForeColor="#FF6666"></asp:RequiredFieldValidator> 
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" Display="None" ErrorMessage="Please complete the Email field"
ControlToValidate="your_email"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></p>


The result is that when I complete the 3 fields correctly, the form is sent.

When I complete the Name and Message fields, and Email field (without the @), I get an on screen error: 'Please complete the Email field' (for some reason it is in a white font and not the red of ="#FF6666"). I will amend that so it reads 'Please enter a valid email address'.

When I leave the email field blank entirely (the form does not get sent, which is fine), but I can see a little asterisk. I presume that asterisk is this:

ErrorMessage="*"


Can I not replace that asterisk with the on screen message: 'Please complete the Email field'?

Thanks again.
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Richard Deeming28-Oct-15 8:41
mveRichard Deeming28-Oct-15 8:41 
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Member 876166728-Oct-15 9:35
Member 876166728-Oct-15 9:35 
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Richard Deeming28-Oct-15 9:42
mveRichard Deeming28-Oct-15 9:42 
GeneralRe: Error: The parameter 'addresses' cannot be an empty string. Pin
Member 876166728-Oct-15 12:15
Member 876166728-Oct-15 12:15 
Questionhow to create CSS file from code behind in ASP.NET Pin
Shivendramca1026-Oct-15 2:25
Shivendramca1026-Oct-15 2:25 
AnswerRe: how to create CSS file from code behind in ASP.NET Pin
Debojyoti Saha26-Oct-15 21:51
professionalDebojyoti Saha26-Oct-15 21:51 
QuestionAsp.net MVC Pin
PRAKAS PANDEY23-Oct-15 19:47
PRAKAS PANDEY23-Oct-15 19:47 
AnswerRe: Asp.net MVC Pin
Afzaal Ahmad Zeeshan23-Oct-15 21:13
professionalAfzaal Ahmad Zeeshan23-Oct-15 21:13 
AnswerRe: Asp.net MVC Pin
F-ES Sitecore23-Oct-15 23:53
professionalF-ES Sitecore23-Oct-15 23:53 
QuestionWriting an ASP.NET custom error page Pin
AnneThorne23-Oct-15 10:38
AnneThorne23-Oct-15 10:38 
AnswerRe: Writing an ASP.NET custom error page Pin
lokerjobindo23-Oct-15 15:00
lokerjobindo23-Oct-15 15:00 
GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
AnswerRe: Writing an ASP.NET custom error page Pin
Daniel Miller23-Oct-15 15:40
professionalDaniel Miller23-Oct-15 15:40 
GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
Questionissues related to asp.net application Pin
Member 1191972220-Oct-15 20:25
Member 1191972220-Oct-15 20:25 
AnswerRe: issues related to asp.net application Pin
Blikkies21-Oct-15 5:00
professionalBlikkies21-Oct-15 5:00 
Questionproblem with Ajaxcontroltoolkit Pin
RayD11120-Oct-15 4:18
RayD11120-Oct-15 4:18 

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.