Qus:    What are client-side and server-side validations in Web pages?
Oct 14, 2020 15:11 DotNet 2 Answers Views: 1366 SAI
Prev Next
Answers (2)
RITA Oct 15, 2020 07:34
Answer:   Client-side validations take place at the client end with the help of JavaScript and VBScript offering a better user experience. The inputs for client-side validation are validated in the user’s browser. While, server-side validations take place at the server end using ASP.Net and PHP, and the feedback is sent through a dynamically generated new webpage

PARTH Oct 15, 2020 13:53
Answer:   The user input validation that takes place on the server side during a post back session is called server-side validation. The languages such as ASP.NET use server-side validation.
On the other hand, the user input validation that takes place on the client side is called client-side validation.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect