ClientSide VAlidation

Difference between ClientSide VAlidation & Server Side Validation?

Server Side Validation

In the Server Side Validation, the input submitted by the user is being sent to the server and validated using one of server side scripting languages such as ASP.Net, PHP etc. After the validation process on the Server Side, the feedback is sent back to the client by a new dynamically generated web page.

ClientSide VAlidation

In the Client Side Validation you can provide a better user experience by responding quickly at the browser level. When you perform a Client Side Validation, all the user inputs validated in the user’s browser itself. Client Side validation does not require a round trip to the server,So Automatically improve the performance