How to save a single checkbox in database....if checked value = y if not checked value = n <asp:CheckBox ID="CheckBox1" runat="server" /> PB2