client side checkboxes using ASP.NET with C#
HI....
i am using ASP.NET with C#....in my project i am using 36 checkboxes...
<input id="Checkbox1" type="checkbox" name="t" value="01" />01</td>
.
.
.
<input id="Checkbox36" type="checkbox" name="t" value="36" />36</td>
i need to display only selected checkbox values and count the number of selected checkboxes.........
Plz help me......................