Accessing Controls on a User Control from a Page

  • Thread starter Thread starter vs
  • Start date Start date
V

vs

Hello,
A quick question... How can I access the properties of controls that are on
a user control from the page that contains the user control?

I have a user control with two labels. I then put this user control on a
page; and from the code-behind of the page I need to update the text
property of the labels.

Is this possible? If so, how?

Thanks.
 
Back
Top