Validation testing for entered value in the text box
we want to validate the entered value in text box with the database field value.
If wrong value is entered, which is not there in the database, then we want a message box saying that u201CPlease enter a correct valueu201D.
Please let us know how to implement this.