<asp:CheckBox ID="cbhis" runat="server" Text="Hi Speed Internet"></asp:CheckBox> Dim his As String = "" If cbhis.Checked = True Then his = "True" Else his = "False" End If
Hi yogeshc,
Please delete that checkbox and add new checkbox with same id and try to access it it will work.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.