sub
10-04-2004, 09:31 AM
Hi,
I have a webpage asp1 which has input fields. This screen is an asp page. When the data is entered in the asp1, the data is passed to asp2 which is an asp page. i am using POST method in asp1. asp2 does some validations & connects with the database to check if the data is correct. if the data is correct i display the values got from database.
if the data is wrong, i need to throw an error message to the asp1. asp1 should also have to retain the values entered on the input fields. can someone tell me how to throw an error message in the asp1 screen & also retain the entered values.
Thanks
Sub
I have a webpage asp1 which has input fields. This screen is an asp page. When the data is entered in the asp1, the data is passed to asp2 which is an asp page. i am using POST method in asp1. asp2 does some validations & connects with the database to check if the data is correct. if the data is correct i display the values got from database.
if the data is wrong, i need to throw an error message to the asp1. asp1 should also have to retain the values entered on the input fields. can someone tell me how to throw an error message in the asp1 screen & also retain the entered values.
Thanks
Sub