| Author: Subodh kumar Prajapati 07 May 2008 | Member Level: Gold | Rating: Points: 2 |
Hi, This match will be done by database. Where no checks will be made for upper case and lower case. So for this make the check for both.
|
| Author: TARAK NATH ROY 07 May 2008 | Member Level: Silver | Rating: Points: 2 |
you ca check it also in code behinde store the field in dataset and check
Ucase(dataset1.table(0).rows(0).item("field1")=Ucase(txtTextBox1.text.trim) lblMsg.text="Data already Exists"
try it Cheers
|