InterviewSolution
Saved Bookmarks
| 1. |
Explain Data validation in VB Net? |
|
Answer» DATA validation is a process for ensuring that the data provided to a program by a user's INPUT or a file is of CORRECT TYPE and format. The different examples of Data Validation include CODE Checking, Data Type Validation, Complex Validation, and Range Checking. |
|