<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
sir, your given code working fine but when i add some other asp control to the page it starting return false
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.