ModalPopupExtender - Auto scrollbars if the browser is too small?

Last post 04-30-2009 12:23 PM by harshad.kale. 1 replies.

Sort Posts:

  • ModalPopupExtender - Auto scrollbars if the browser is too small?

    04-30-2009, 11:13 AM
    • Member
      point Member
    • mulch
    • Member since 11-17-2008, 4:33 PM
    • Posts 32

    Hello

    I have modalpopupextenders on my site to show a map when the user clicks on a larger map and on small laptops or if the browser isn't full screen, the modalpopup gets cut off a little.  Is there a way for the modalpopup to have scrollbars show if you can't see the whole thing?

    Here is my site:
    http://168.144.216.99/PropertySearch.aspx

    Click on North and you will see what I mean.  If the browser window is too small, the user can't see the Return to Form button to close the modalpopup. 

    If someone has another solution for this, I would like to hear.

    Thanks in advance!

  • Re: ModalPopupExtender - Auto scrollbars if the browser is too small?

    04-30-2009, 12:23 PM
    Answer
    • Member
      166 point Member
    • harshad.kale
    • Member since 06-03-2006, 4:50 PM
    • Pune
    • Posts 44

    Hi,

    You might have used <asp:Panel> which gets popped up as a modal popup which you might have extended using Microsoft AJAX ModalPopupExtender control.

    To this <asp:Panel>, you might have assigned some CssClass.

    In that class, add one more poperty as

    overflow : auto;

    I hope it solves your problem.

     Please mark as answer if this post solves up your problem.

     

    Harshad Kale.
    Software Engineer
    Pune, Maharashtra,
    India
Page 1 of 1 (2 items)