Data validations should be done primarily at the client side and the 
server-side validation should be avoided because it makes server task 
overloaded. If the client-side validation is not available, you can use 
server-side validation. When a user sends a request to the server, the 
validation controls are invoked to check the user input one by one.
No comments:
Post a Comment