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

  • SEARCH
  • Home
  • 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 6946889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:37:23+00:00 2026-05-27T13:37:23+00:00

I use four asp.net text boxes to capture data. I need to allow data

  • 0

I use four asp.net text boxes to capture data. I need to allow data to entered if at least one textbox is populated. I want to do this in client side, using javascript. I can do this server side. I don’t wanna send a request to server for only this. I am not good at javascript.

  • 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-27T13:37:24+00:00Added an answer on May 27, 2026 at 1:37 pm

    Validate your form onsubmit event.

    Create a function that validate your fields and then return a boolean. If result is false the form will not be sand.

    Example for validate funcition, this will return true only if your field text value has more then 10 chars.

    function validate() {
        return document.form.fieldId.value.length > 10;
    }
    

    Try to use jQuery, its simpler to do this task like:

    function validate() {
        return $("#fieldId").val().length > 10;
    }
    

    In the HTML form tag:

    <form onSubmit="validate()">...</form>
    

    You can customize the code to do other things, but this is the main idea.

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

Sidebar

Related Questions

I have been programming in .NET for four years (mostly C#) and I use
I have markup like this: <p>one two three four</p> And I want to use
I want to create a class that can use one of four algorithms (and
I had a regex, like so: (?<one-1>cat)|(?<two-2>dog)|(?<three-3>mouse)|(?<four-4>fish) When I tried to use this pattern
I have four threads, and i need to translate the data among these threads,
I want to use one servlet for four action CRUD. following servlet works well
I need to use an event system in C++. I have mainly four requirements
What do I put in my .emacs file to use four spaces instead of
I'm having trouble with grep.. Which four patterns should I use with PHP's preg_grep
'''use Jython''' import shutil print dir(shutil) There is no, shutil.move, how does one move

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.