Hello:
I have to validate a time entered into a text box by the user.
i.e.(12:09 am)
Can I use the CompareValidator control? If yes, how do I do this?
If not, what can I use?
thanks,
angel
or you can just write your own validator , inhert the validator class and override a method not sure what it is called now , in that method you parse out the value by casting the htmlcontrol that holds the value and just compare whether it is a time value
5 lines of code max.