1.

Explain Form Level Validation And Field Level Validation

Answer»

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.
In form-level validation the validation STEP 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.
In form-level validation the validation step is done after the filling up of the form is done. It’s usually when the user submits the forms.



Discussion

No Comment Found