Answer:
Form level validation is the validation step that is done after the filling up of the form is done. It’s usually when the user submits the forms.
Field level validation provides immediate validation of the input given by the user. The events associated with field level validation are KeyDown, KeyPress, textchange, etc.
Asked In: Many Interviews |
Alert Moderator