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.
Ajax modalpopupextender 的位置可以设置为页面上的绝对位置还是相对位置?
默认将它放在页面中心,我还没有找到一种方法来覆盖它。
我想将弹出窗口靠近触发它的控件。
您可以使用最新版本设置 X 和 Y 属性:
<AjaxToolkit:ModalPopupExtender ...otherproperties... X="100" Y="300"> </AjaxToolkit:ModalPopupExtender>