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 !!!!!!!!!!!!!
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 !!!!!!!!!!!!!