OK. Trying to get the hang of ASP here. I've created an entry screen where when a correct customer number is used the customer info is pulled. However, when an incorrect number is entered is where I'm having problems.
I can do one of the following, but not both:
Use response.write to send a message saying that the customer number was invalid.
OR
Use response.redirect or server.transfer to send the user back to the entry screen (which is htm).
I want to have the user return to the entry screen with a message saying that the number was incorrect, please enter another.
Sorry for such a basic question, but MS's knowledgebase wasn't helpful.
I can do one of the following, but not both:
Use response.write to send a message saying that the customer number was invalid.
OR
Use response.redirect or server.transfer to send the user back to the entry screen (which is htm).
I want to have the user return to the entry screen with a message saying that the number was incorrect, please enter another.
Sorry for such a basic question, but MS's knowledgebase wasn't helpful.