asp.net - how to make the panel size fixed inside the modalpopupextender -


hello, have 2 tables inside panel of modalpopupextender. want size of panel fixed whether or not both tables visible inside modalpopup.

you can as

<asp:panel id="pnladdedit" runat="server" cssclass="modalpopup" style = "display:none;min-width:20px;min-height:20px"> </asp:panel> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -