<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,
It will return false if you havent checked the checkbox if you have checked it then it will return true so put a debug and check your code where you are missing something. Because i have already provided you a sample and cant remotely check your code.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.