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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top