VB.NET - Validation

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.
VB.NET - TextBox control properties
TextBox control properties - Textbox control has several properties that restrict the values users can enter.......
VB.NET - Keyboard events
Keyboard events - Keyboard events allow you to validate keystrokes........
VB.NET - What are the major components of .NET framework?
What are the major components of .NET framework? - Common Language Runtime: It helps in application execution, allocation and reclamation of memory.......
Post your comment