I am storing name and last name in two labels in main page. I also have those values in a class (class doesnt do much but i am using them for future expansion). I have a user co
you can do something like this in your user control
string x=((yourparentcontrol)this.parent).label1.text;
and use the string x.
x