﻿function ValidateDropdown(source, args) {
    args.IsValid = args.Value != -1;
}
