我有一个复选框,如果选中则验证,如果不选中,则不验证
if (chkYear.checked)
{
//禁用验证控件RequiredFieldValidator1
}
else
//启用验证控件RequiredFieldValidator1