
October 22nd, 2007, 02:32 PM
|
|
Registered User
|
|
Join Date: Oct 2007
Location: NY
Posts: 1
Time spent in forums: 23 m 56 sec
Reputation Power: 0
|
|
Validate form text field to value in a database table (no listvalue)?
Here is what I want to do using ASP... Have a Form with a text field named PhoneNumber with a Submit button nothing else... then when submitted, I want to compare the input PhoneNumber field to a database with a table named PhoneTable and field named PhoneNumber to check to see if the PhoneNumber exists in the database. If it does, then continue, if not go to an error page. Is this possible?
Last edited by knowitall : October 22nd, 2007 at 02:34 PM.
Reason: grammer to make it easier to understand my question
|