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 need to define public properties on the control and then when you use control on the page you can pass values to those parameters.
Something like:
MyProperty2=<%# label2 %> />