G
Guest
I use a database results asp page to allow customers to enter their user Id
number to get access to the customer page. The page checks my database on the
server to validate user Id and return customer name to display.
When the user id page is first opened we get a "invalid user id" message
because the text field is blank and the page checks the database upon opening.
Is their a way to avoid this. I don't want the page to search the data base
upon opening.
number to get access to the customer page. The page checks my database on the
server to validate user Id and return customer name to display.
When the user id page is first opened we get a "invalid user id" message
because the text field is blank and the page checks the database upon opening.
Is their a way to avoid this. I don't want the page to search the data base
upon opening.