S
shapper
Hello,
I have the following:
Parent > Child > Button
Parent is a custom control. Child is another custom control added to
Parent. Button is an ASP.NET button added to Child control.
Parent has a custom event named Submit.
Is it possible to fire this event when Button is submitted?
Something like having inside Child class:
Private Sub MyButton_Click(...) Handles MyButton.Click
End Sub
Where Parent is the Parent control to which the Child is added?
Thanks,
Miguel
I have the following:
Parent > Child > Button
Parent is a custom control. Child is another custom control added to
Parent. Button is an ASP.NET button added to Child control.
Parent has a custom event named Submit.
Is it possible to fire this event when Button is submitted?
Something like having inside Child class:
Private Sub MyButton_Click(...) Handles MyButton.Click
End Sub
Where Parent is the Parent control to which the Child is added?
Thanks,
Miguel