Hello everyone,

I have a windows form that has 2 child usercontrols i created and added
inside, control1 has a label that displays some text based on
activities i do in control2, my question is how do i update the label
text inside control1 from control2? previously i got around this issue
by using properties and static variables but this doesn't work with
form controls such as the label i have.

Any solution would be highly appreciated.

Cheers,

Maya.