Pages

Subscribe:

Ads 468x60px

Thursday, March 1, 2012

how to disable a server side check box in JavaScript

see the below code, it is the one way to make a server side check box disabled on client side using javascript.
just copy and paste the below code.

document.getElementById("<%= Checkbox1.ClientID %>").checked=false;

No comments:

Post a Comment