A ad May 3, 2005 #1 Hi, How to use RegularExpressionValidator to valid if use inpute a valid date in TextBox?
B Brock Allen May 4, 2005 #3 You don't need a regular expression validator. You can use a Compare Validator and set the Type to Date and the Operator to "DataTypeCheck". -Brock DevelopMentor http://staff.develop.com/ballen
You don't need a regular expression validator. You can use a Compare Validator and set the Type to Date and the Operator to "DataTypeCheck". -Brock DevelopMentor http://staff.develop.com/ballen