Non ho bencapito se èquesto ke tu vuoifare:
dove crei il controllo :
Dim LB As New LinkButton
AddHandler LB.Click, AddressOf ClickLB
fuori:
Private Sub ClickLB(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub
Non ho bencapito se èquesto ke tu vuoifare:
dove crei il controllo :
Dim LB As New LinkButton
AddHandler LB.Click, AddressOf ClickLB
fuori:
Private Sub ClickLB(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub