Reach control from another page. ASP.Net(从另一个页面到达控制.ASP.NET)
问题描述
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...
How can I reach this control from the second page? Is that possible?
As usual, thanks you guys...
You need to get an instance of the form. See my two form project below Form 1
Form 2
这篇关于从另一个页面到达控制.ASP.NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!