Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5842767
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:03:41+00:00 2026-05-22T12:03:41+00:00

How do I add ASP.NET validation in C# all three text boxes aren’t empty

  • 0

How do I add ASP.NET validation in C# all three text boxes aren’t empty and the phone number has the format of DDDD-DDDD where D is 0 – 9?

<asp:TextBox ID="txtFirstName" runat="server"></asp:TextBox>
<asp:TextBox ID="txtLastName" runat="server"></asp:TextBox>
<asp:TextBox ID="txtPhoneNumber" runat="server"></asp:TextBox>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:03:42+00:00Added an answer on May 22, 2026 at 12:03 pm

    Have you tried to solve this problem yourself? The documentation is easy to find:

    http://msdn.microsoft.com/en-us/library/aa479013.aspx

    You need to use a required field validator — something like this:

     <asp:RequiredFieldValidator 
             id="RequiredFieldValidator1" runat="server" 
             ErrorMessage="Required!" 
             ControlToValidate="txtFirstName">
    

    You will also want a regular expression validator, something like:

    <asp:RegularExpressionValidator id="RegularExpressionValidator1" 
       runat="server" ControlToValidate="txtPhoneNumber" 
        ErrorMessage="wrong!" 
        ValidationExpression="^\d\d\d\d-\d\d\d\d$">
    </asp:RegularExpressionValidator>
    

    NB The toolbox for reg expression has many built in, including most phone number formats. I would just use one of those.

    editor

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hi all as i know that asp.net provide server side validation control which has
when asp.net output a page ,I want to add some same parameters for all
I want to search an ASP.net form for all types of validation controls and
I am trying to add some simple validation to my asp.net mvc form and
I add asp.net file upload control as follows: <asp:FileUpload ID=filesFileUpload runat=server /> <asp:RegularExpressionValidator ID=RegularExpressionValidator3
I wish to know the way to add ASP.NET (Machine_Name\IIS_IUSRS) to user role in
I want to add style in ASP.NET textbox control. I couldn't find textbox element
I asp.net mvc my model classes won't show up in the Add View dialog,
In asp.net mvc, you can easily call/add a controller from a view, but what
In my ASP.NET MVC application I want a user to add a value into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.