<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 tryied it in my code its working fine on newly created page but on my page where i need to do it , it is return false while code is same as working code
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.