.
<table>
<tr>
<td><asp:CheckBox ID="CheckBox1" runat="server" /></td>
<td><asp:CheckBox ID="CheckBox2" runat="server" /></td>
<td><asp:CheckBox ID="CheckBox3" runat="server" /></td>
<td><asp:CheckBox ID="CheckBox4" runat="server" /></td>
<td><asp:CheckBox ID="CheckBox5" runat="server" /></td>
</tr>
</table>
Below code i am trting to get checkbox checked status dynamically but i am getting object refernce not in set Pls provide related code