resize ModalPopupExtender

Posted by Joo Park on Stack Overflow See other posts from Stack Overflow or by Joo Park
Published on 2010-05-03T04:51:32Z Indexed on 2010/05/03 4:58 UTC
Read the original article Hit count: 466

after showing the ModalPopupExtender, there are two radio buttons that are displayed as part of the popup. When you select the second radio button, I display more information in a gridview control. When the ModalPopupExtender first displays, I have it set at 40% for width and height for the panel associated with the popup. After clicking the second radio button, I would like to resize the popup to 80% for width and height. My question is how do you resize ModalPopupExtender after it's initial popup?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about modalpopupextender