CompareValidator

JohnShell

Member
Joined
Sep 6, 2009
Messages
9
Programming Experience
3-5
Hi,

Have Web page with textbox for date entry. Have compareValidator with Operator="DataTypeCheck" and Type="Date". The validator works fine when a date is not entered.
The problem I encounter is when I click the Submit button to send the data to the database the ErrorMessage appears. Any idea why this happens?

Thank you,

John
 
Back
Top