by pietman
12. May 2009 16:41
The easiest work around I guess is to do a javascript return false on trying to change the value, thus:
onclick="return false;"
Here are the ASP.Net and HTML versions:
<asp:CheckBox ID="Whatever" runat="server" onclick="return false;" />
<input type="checkbox" onclick="return false;" />
42699521-7819-487d-8a60-311701611fc8|0|.0
Tags:
c# | CSS | LINQ