﻿function clientSideValidation(source, arguments)
{       
    arguments.IsValid = (arguments.Value != "--Select--") ? true : false;
}


