Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to set Height and Width for Modal Popup Extender using Animation Property
Posted

hi
check out the following

XML
<asp:ModalPopupExtender ID="pe_pictureDetails" runat="server" Y="10" RepositionMode="None" BehaviorID="pe_pictureBehaviour"
        DynamicServicePath="" Enabled="True" TargetControlID="btn_picturePopup"
        PopupControlID="pnl_Picture" PopupDragHandleControlID="pnl_PictureHeader"
        BackgroundCssClass="modalBackground" DropShadow="false" EnableViewState="true" >
        <Animations>
            <OnShown>
              <FadeIn duration="0.15" Fps="100" />
            </OnShown>
        </Animations>
    </asp:ModalPopupExtender>
 
Share this answer
 
Comments
durga.r 16-Oct-12 6:11am    
I need to change the width and height of popup
you can set the height and width in CSS itself. Refer this link.



http://www.aspdotnet-suresh.com/2010/08/lightbox-effect-for-login-page-in.html[^]
 
Share this answer
 
Comments
HK33 13-May-14 1:05am    
Is there any way to set the minimum height of a modalpopup extnder.???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900