Experts:
I have a usercontrol UC1 that I want to use on a confirmation page and then use to send as an email. UC1 has a textbox on it: txtUserName. When the UC1 renders on my confirmation page, how can I dynamically access txtUserName and update it's value in codebehind?
Thanks in advance for the help,