<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 around 12 check boxes on the simple page, page has a master page , and the code is same for all
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.