What types of validations are there?
a. Client Side Validations
If you want to validate properties before submitting the forms, those validations we can call client-side validations.
b. Server Side Validations
If we want to validate properties after submitting the forms, those validations we can call a server-side validation.
Provide with relevant examples
ReplyDelete