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.
您好,我在 modalpopupextender 面板中有两个表格。无论两个表格在模态弹出窗口中是否可见,我都希望固定面板的大小。
你可以这样做
<asp:Panel ID="pnlAddEdit" runat="server" CssClass="modalPopup" style = "display:none;min-width:20px;min-height:20px"> </asp:Panel>