Interview Question
Qus: What are client-side and server-side validations in Web pages?
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
Answers (2)
On the other hand, the user input validation that takes place on the client side is called client-side validation.