Pages

Subscribe:

Ads 468x60px

Thursday, March 1, 2012

how to make a server side check box enabled in javascript

if you want to make a server side check box enabled or checked using javascript on client side just copy and paste the below code.

document.getElementById("<%= Checkbox1.ClientID %>").disabled=true;

No comments:

Post a Comment