G
Guest
I have a label in a user control and I want to be able to modify the text
from the code behind the page using the user control. How can I do this? I've
tried buy using the following code but I receive a message saying the
property is "inaccessable due to it's protection level
a.b.text = "xxx"
"a" = user control id
"b" = label control id
Thanks for the help
from the code behind the page using the user control. How can I do this? I've
tried buy using the following code but I receive a message saying the
property is "inaccessable due to it's protection level
a.b.text = "xxx"
"a" = user control id
"b" = label control id
Thanks for the help