I am trying to save "Closed" when i click on check box
here is my code
Private Sub chkwos_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkwos.CheckedChanged
If chkwos.CheckState = "TRUE" Then
chkwos.Text = "CLOSED"
End If
End Sub
i receive this error
Conversion from string "TRUE" to type 'Double' is not valid.

New Topic/Question
Reply




MultiQuote





|