After disabling the radio buttons while the form is loaded i have written this code for button click but its not working any solutions...... .....
[CODE=vbnet]Private Sub Button2_Click(B yVal sender As System.Object, ByVal e As System.EventArg s)
RadioButton3.En abled = True
RadioButton1.En abled = True
RadioButton2.En abled = True
RadioButton4.En abled = True
RadioButton5.En abled = True
RadioButton6.En abled = True
RadioButton7.En abled = True
End Sub[/CODE]
Regards,
khizer basith
[CODE=vbnet]Private Sub Button2_Click(B yVal sender As System.Object, ByVal e As System.EventArg s)
RadioButton3.En abled = True
RadioButton1.En abled = True
RadioButton2.En abled = True
RadioButton4.En abled = True
RadioButton5.En abled = True
RadioButton6.En abled = True
RadioButton7.En abled = True
End Sub[/CODE]
Regards,
khizer basith
Comment