function ValidateOptionSelected(oSrc, args)
{
   args.IsValid = (args.Value != 0);
}


