J
John
If I have aspx code like:
< asp:label Text='<%# GetData() %>'>< /asp:label>
Is there some way in my GetData() method that I can get a handle to this
Label control, and set other properties apart from Text, too??
That way a single db addess could set text, color, visibility etc.
Passing 'this' just returns the asp
age control 
Thanks,
John
PS. I may have asked this before, but can't find the message anywhere!
< asp:label Text='<%# GetData() %>'>< /asp:label>
Is there some way in my GetData() method that I can get a handle to this
Label control, and set other properties apart from Text, too??
That way a single db addess could set text, color, visibility etc.
Passing 'this' just returns the asp


Thanks,
John
PS. I may have asked this before, but can't find the message anywhere!