Hi
I have asp.net page which stores info to text file. Now, i have to validate the data entered in the form to the info in the text file.e.g i have text field for first name, so i have to use first name and display message if that first name already exists in the text file.
I have asp.net page which stores info to text file. Now, i have to validate the data entered in the form to the info in the text file.e.g i have text field for first name, so i have to use first name and display message if that first name already exists in the text file.
Comment