S
shapper
Hello,
I am creating a custom control named Parent.
Parent has:
1. a child control named Send that has a button inside it;
2. Up to 10 child controls all of them having one textbox.
What I need is to implement something that when the button is clicked
in Send child control, it looks for all other child controls inside
Parent, gets all the textboxes values and it makes them available
through a Parent property and Event.
How can I do this?
Thanks,
Miguel
I am creating a custom control named Parent.
Parent has:
1. a child control named Send that has a button inside it;
2. Up to 10 child controls all of them having one textbox.
What I need is to implement something that when the button is clicked
in Send child control, it looks for all other child controls inside
Parent, gets all the textboxes values and it makes them available
through a Parent property and Event.
How can I do this?
Thanks,
Miguel