D
Davíð Þórisson
hi
I'm having great problems at this simple task; accessing elements on the
base page from my code behind various user controls. For example I have the
default.aspx page and in the @Page directive I use ClassName="default_aspx"
so I would have thought that to access a Label server control with
id="myLabel" I'd use
default_aspx.myLabel.text = "my text";
well it doesn't work!
I'm having great problems at this simple task; accessing elements on the
base page from my code behind various user controls. For example I have the
default.aspx page and in the @Page directive I use ClassName="default_aspx"
so I would have thought that to access a Label server control with
id="myLabel" I'd use
default_aspx.myLabel.text = "my text";
well it doesn't work!