Well, this is the situation...
I have a element (<h2 id="test"></h2>) in Page1.aspx, and I want to change it from Page2.aspx (administration zone for the user...), kind of...
test.InnerText = "testText";
How can I reach this control from the second page? Is that possible?
As usual, thanks you guys...