﻿function Validate_No_Zero(ctl, args) {
    args.IsValid = (args.Value >= 0);
}