behindthepipe
MIS
I have a code
Page.Control.add(label);
Now that works in default.aspx, but when I try to use it in my own class(MyClass.cs). It doesnt work.
Whats the proper way to write that in a class?
Page.Control.add(label);
Now that works in default.aspx, but when I try to use it in my own class(MyClass.cs). It doesnt work.
Whats the proper way to write that in a class?