Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在单击webform中的按钮时创建一个弹出窗口,然后我想在该 popup中显示一个用户控件。如何在 asp.net 中执行?我尝试了一些 jquery 方法,但单击按钮时没有任何反应?我想在单击webform中的按钮时创建一个弹出窗口,然后我想在该 popup中显示一个用户控件。如何在 asp.net 中执行?我尝试了一些 jquery 方法,但单击按钮时没有任何反应?
考虑使用 IFrame 来实现这一点,从您所说的声音来看,IFrame 就足够了并提供了所需的功能。
<iframe src="YOUR PAGE HERE"></iframe>
你可以用它做更多的事情,这些只是让你前进的标签。