View Full Version : What Is Client Side Validation?
gunjanjain
07-23-2019, 10:42 PM
Hello friends,
I Want To Know that What Is Client Side Validation?
John-Smith
07-23-2019, 11:01 PM
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.
WoodsPainting
07-25-2019, 11:26 PM
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.
fisherinjurylaw
07-26-2019, 02:24 AM
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.
gauravkp32
07-26-2019, 04:04 AM
when the user input validation is done from the client side then the validation can be termed as client side validation.
RH-Calvin
07-28-2019, 11:21 PM
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.
asad1997
07-30-2019, 02:03 AM
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.
vijayshah1140
07-30-2019, 02:20 AM
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.
sophiawils59
12-04-2019, 03:22 AM
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.
naksh
12-05-2019, 09:53 PM
Is this in concern with SEO in any ways?
jsharma
12-06-2019, 11:05 PM
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.
ritesh3592
12-10-2019, 01:57 AM
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.
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.