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;

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post