Does .NET have a mind of it's own or what...
OK, using a custom Validator to check if a time (entered in a textbox) is in the past or not, if it is then args.IsValid = false;
This works fine when i enter numerical data, ie. 09:00 works fine and the event fires.. it will even work if i put a time in the past.
BUTTT, if i put alphanumerical data in the server side event doesn't fire at all!!!!
Whyyyy????
Thanks
OK, using a custom Validator to check if a time (entered in a textbox) is in the past or not, if it is then args.IsValid = false;
This works fine when i enter numerical data, ie. 09:00 works fine and the event fires.. it will even work if i put a time in the past.
BUTTT, if i put alphanumerical data in the server side event doesn't fire at all!!!!
Whyyyy????
Thanks