﻿
function validateDDL(sender, args)
{
	args.IsValid = args.Value != "-1";
}


