Hi all,
I have designed a web application (ASP.Net/ C#). I have a textbox field called "ID" and the goal is to make sure that the users entered a valid ID (stored in the database--SQL2000). How can I make sure that a user gets an error message if the ID entered does not match anything in the database?
Thanks,
A.
I have designed a web application (ASP.Net/ C#). I have a textbox field called "ID" and the goal is to make sure that the users entered a valid ID (stored in the database--SQL2000). How can I make sure that a user gets an error message if the ID entered does not match anything in the database?
Thanks,
A.