Click here to Skip to main content
15,900,569 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am using modelpopup extender in our website, but it is open fine in my system but some laptop resolution very low so popup not shows full and hides the button below on popup.

I want to use scrollbar on my window and using scroll bar handle popup.

Please help.

Thanks.
Posted
Updated 30-Nov-15 2:08am
v2

1 solution

you can try this way

C#
<asp:panel id="ModalPopUpPanel" runat="server" style="display:none" xmlns:asp="#unknown"> 
<div style="max-height: 500px; overflow: auto;">

        data

    </div>
</asp:panel>
 
Share this answer
 

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