<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 am still waiting for reoly from you,
i have a web form which is refrenceto master page and i have 12 checkboxes on it i am trying to get marked check box status on button click event
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.