Hello all,
I have using c#.net.
I have a textbox which should contain a time. It needs to be in 24 hour format.
I would like to use a CustomValidator but can’t find anything on the net.
Thanks in advance for any help
Clare
Hello all,
I have using c#.net.
I have a textbox which should contain a time. It needs to be in 24 hour format.
I would like to use a CustomValidator but can’t find anything on the net.
Thanks in advance for any help
Clare
For using CustomValidator check this link, but I prefer regular expression validator instead.
Check this question about validation of time with Regular Expression Validator :