E
Eric Layman
Hi everyone,
I noticed that customevalidator won't work with empty fields. But I do not
want to put in another requiredfieldvalidator
Any workarounds?
I've tried
if args.Text.trim.length() = 0 then
args.isvalid = false
exit sub
end if
I noticed that customevalidator won't work with empty fields. But I do not
want to put in another requiredfieldvalidator
Any workarounds?
I've tried
if args.Text.trim.length() = 0 then
args.isvalid = false
exit sub
end if