for Disable
$('[id*=controlid]').removeAttr("disabled");
for Enable
('[id*=controlid]').attr("disabled", "disabled");
No comments:
Post a Comment