In my asp.net application, I have a user control UC1. It contains another user control UC2 and some other controls. How can I access those other controls from the user control 2?
Thanks.