Radio button event not firing

Joined
Feb 14, 2010
Messages
2
Reaction score
0
Hi,

I am also trying the below code but still i am not getting success as i havent raised event handler effeciently.

can you please tell me how to raise it and use for radio button??

as i have same below logic for my code.......

Sub Page Load()
Public Event CheckedChanged As EventHandler
Dim rb As RadioButton
Dim hand As EventHandler
AddHandler rb.CheckedChanged, hand
End Sub

Protected Sub RadioButton1_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadioButton1.CheckedChanged

TextBox5.Enabled = False

End Sub

still no success !!!!!!!!!!!!!
 
Joined
Sep 4, 2022
Messages
128
Reaction score
16
in your function description , you have write radiobutton1 instead of rb ...

is the bug from here ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top