After you add the user control, look into the Page.FindControls method.

The UserControl has a reference to the page it is on through Page.

HTH,

bill

"Dude" <hooter@post.com> wrote in message
news:1cb4b0ba.0307150740.6545df34@posting.google.c om...
> I would like my user control to be able to change the text of a label
> that is on the hosted page. Is this possible?