<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
i have couple of check box on web page and i want to save some information into the database if checkbox is marked true
but i get checkbox1.checked return false using vb.net
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.