Q: How do I pass a value between two user controls?
A: This functionality can be achieved by combining the techniques for passing values
to and
from user controls. The page acts as the referee, permitting or denying communication
between the controls as it deems appropriate. Controls can raise events to the page,
which the page might decide to pass to properties or methods of other controls within
the page.