我必须启用Required Field Validator
从客户端禁用。我正在编写以下代码。
document.getElementById('ctl00_Container_ucControl_RequiredFieldValControlName');
ValidatorEnable(Object, false);
我尝试使用 JQuery。我可以得到对象,但这种方式ValidatorEnable
不起作用。
我不想使用 JQuery 编写完整的 ID。
你的评论
我必须启用Required Field Validator
从客户端禁用。我正在编写以下代码。
document.getElementById('ctl00_Container_ucControl_RequiredFieldValControlName');
ValidatorEnable(Object, false);
我尝试使用 JQuery。我可以得到对象,但这种方式ValidatorEnable
不起作用。
我不想使用 JQuery 编写完整的 ID。
你的评论