Hi Team,
I have designed a dynamic form with number of elements, i am stuck with a requirement where i need your help.
The requirement is :
While a user fills out the form, one particular text box value (User ID) needs to validated against a database table to check whether the user ID exists in the database table called Table1. If the UserID does not exists then an error message should be displayed.
I am making use of ASP classic for form design , VBScript for database connectivity
and Java Script for form validation.
If someone could help me out in coding this requirement, that will be much appreciated.
Many thanks
I have designed a dynamic form with number of elements, i am stuck with a requirement where i need your help.
The requirement is :
While a user fills out the form, one particular text box value (User ID) needs to validated against a database table to check whether the user ID exists in the database table called Table1. If the UserID does not exists then an error message should be displayed.
I am making use of ASP classic for form design , VBScript for database connectivity
and Java Script for form validation.
If someone could help me out in coding this requirement, that will be much appreciated.
Many thanks
Comment