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;

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post