Click here to Skip to main content
15,909,939 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<tr>
       <td>
           Mobile:
       </td>
       <td>
           <asp:TextBox ID="txtmobile" runat="server"></asp:TextBox>
       </td>
   </tr>
   <tr>
       <td>
           User:
       </td>
       <td>
           <asp:CheckBox ID="chkactive" Text="Active" runat="server"  />
           <asp:CheckBox ID="chkdeactive" Text="Deactive" runat="server" />
       </td>
   </tr>
Posted
Comments
Azee 7-Oct-13 2:46am    
Please post the code that you have tried to insert data in database.
Member 10184990 7-Oct-13 3:07am    
i have not tried to insert data because i don't know how to insert checkbox data in database

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900