| 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. 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. |
|