I am trying to check one condition when i m checking a particular checkbox.below is the code
Private Sub CheckBox4_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox4.CheckedChanged
If CheckBox4.Checked Then
check_CL()
End If
i put one debugger to check whether the control is going to this event or not but it's not going.please tell me what is the problem..
.Designer.cspage.. - Vishal Suthar