.NET FRAMEWORK 1.0.3705.0 and 1.1.4322 small differences
If you write in the ASPX file:
asp: checkbox>
So, .NET Framework 1.1.4322 resolution:
1.0.3705.0 works:
span>
This result cannot perform JavaScript.
Solution is to change the value in Code Behind:
Checkbox1.attributes.add ("onclick", "" "h ',' onclick ');");