K
Kevin S
Guest
Alright, I have a web form for which I am using Asp.net and C#. I have a sql server 2005 database table also. So when a user of this web form chooses a date from the calendar, it goes into a textbox. When the user hits a submit button I need the click event code that will check to see if the textbox's text already exists in the "Date" column of my sql server table. If it does, a label will be visible that says "Date already taken" and if it does not exist a label will be visible that says "Date available". Any ideas?