<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 share your complete code with HTML.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.