The CompareValidator will handle validating dates, integers, currencies and
decimal. Just set its Operator property to "DataTypeCheck" and the Type
property to the desired type. This system is more functional than using
regexs (as well as easier) in that it respects the culture of the page. For
dates, it also knows if a date is not legal.
validation of Date (mm/dd/yyyy) ... including leap year?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.