/ Published in: C#
Expand |
Embed | Plain Text
protected void ValidEmail(object source, ServerValidateEventArgs args) { try { } catch (Exception ex) { args.IsValid = false; return; } args.IsValid = true; }
You need to login to post a comment.
