May 11, 2011

Checking ComboBox with Javascript

function IsComboEmpty(ddlObj)
{
    if (document.getElementById(txtObj).selectedIndex == '0') {
            return false;
        }
    return true;
}

No comments:

Regards

Regards