If you happen to have an ASP.NET checkbox that’s disabled from the server, and you want to enable it on the client, the code is pretty straightforward: Problem is, this won’t work in IE. Why? The Checkbox server control wraps the actual checkbox in a span element. This element is disabled as well. So if [...]
