谢谢大家
------解决方案--------------------------------------------------------
document.getElementById("XXX").disabled=true
------解决方案--------------------------------------------------------
document.getElementById(' <%= Button1.ClientID %>').disabled = true;
------解决方案--------------------------------------------------------
enable=false后页面根本就没有这玩意儿了,js就不能显示了。
------解决方案--------------------------------------------------------
js不能操作了