Ejemplo n.º 1
0
 protected void ValidateUnique(object source, ServerValidateEventArgs args)
 {
     args.IsValid = !_service.CategoryExists(args.Value);
 }