Validation in VB.NET.There are two types of validation:
1. Form-level Validation - Validates all fields on a form simultaneously. 2. Field-level validation - Validates each field as data is entered.Define field-level validation and form-level validation.Field-level validation means validating each field as it receives focus. Form-level validation is the process where you validate all data on a form before form is submitted.
|