Results 1 to 12 of 12

Thread: What Is Client Side Validation?

  1. #1

  2. #2
    Registered
    Join Date
    Feb 2018
    Location
    US
    Posts
    381
    Client Side Validation. When validation is done using a script (usually in the form of JavaScript) in the page that is posted to the end user's browser to perform validations on the data entered in the form before the form is posted back to the originating server. Then, client-side validation has occurred.

  3. #3
    Validations can be performed on the server side or on the client side ( web browser). The user input validation take place on the Server Side during a post back session is called Server Side Validation and the user input validation take place on the Client Side (web browser) is called Client Side Validation.

  4. #4
    When validation is done using a script (usually in the form of JavaScript) in the page that is posted to the end user's browser to perform validations on the data entered in the form before the form is posted back to the originating server. Then , client-side validation has occurred.

  5. #5
    Registered
    Join Date
    Jul 2019
    Posts
    29
    when the user input validation is done from the client side then the validation can be termed as client side validation.

  6. #6
    Registered RH-Calvin's Avatar
    Join Date
    Mar 2017
    Location
    Forum
    Posts
    1,667
    When validation is done using a script (usually in the form of JavaScript) in the page that is posted to the end user's browser to perform validations on the data entered in the form before the form is posted back to the originating server. Then , client-side validation has occurred.
    Cheap VPS Hosting | VPS Starting from $12 PER Year
    Cheap Dedicated Server | Unmetered Bandwidth | Free Setup and IPMI

  7. #7
    Registered
    Join Date
    Jul 2019
    Posts
    29
    When validation is done using a script (usually in the form of JavaScript) in the page that is posted to the end user’s browser to perform validations on the data entered in the form before the form is posted back to the originating server.

  8. #8
    When validation is done using a script in the page that is posted to the end user's browser to perform validations on the data entered in the form before the form is posted back to the originating server.

  9. #9
    Client-side validation is validation that occurs in the browser before the data has been submitted to the server. Client-side validation is more user-friendly than server-side validation because it gives an instant response.

  10. #10

  11. #11
    Registered
    Join Date
    Jul 2018
    Location
    jaipur
    Posts
    141
    There are two different types of form validation that you'll encounter on the web: Client-side validation is validation that occurs in the browser before the data has been submitted to the server. Client-side validation is more user-friendly than server-side validation because it gives an instant response.

  12. #12
    Registered
    Join Date
    Jul 2019
    Posts
    486
    Client-side Validation is nothing but set of restriction rules to let user enter desired input and not some other content, it is scripted using Javascript.

Similar Threads

  1. What are the 6 different validation controls provided by ASP.NET?
    By hireaspdeveloper in forum Website Programming & Databases
    Replies: 0
    Last Post: 05-23-2012, 11:42 PM
  2. Validation script for contact form
    By gpeters in forum Website Programming & Databases
    Replies: 2
    Last Post: 03-21-2010, 06:26 PM
  3. Client side programming preferences (AJAX, Javascript, Flash/Flex, Silverlight)
    By stevenseg in forum Website Programming & Databases
    Replies: 1
    Last Post: 03-23-2009, 07:30 PM
  4. Can't get this AJAX form validation to work
    By deronsizemore in forum Website Programming & Databases
    Replies: 4
    Last Post: 03-08-2007, 07:49 PM
  5. Not sure what this html validation error is telling me
    By deronsizemore in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 09-25-2006, 04:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •