Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have created ajaxmodalpopupextender and setting the property as draggable true,
it is movable on the screen but i want to drag the pop inside the screen
Posted

1 solution

Hi,

Set Drag="true"
Example:
C#
<cc1:ModalPopupExtender ID="mpeInform"  runat="server" BehaviorID="mpeInform" TargetControlID="hidTarget"
        PopupControlID="pnlInform" BackgroundCssClass="modalBackground" DropShadow="true"
        Drag="true">
 
Share this answer
 
v2
Comments
kanagmathes 9-Feb-12 0:24am    
ya, i did, but i want to drag only inside the screen,
AmitGajjar 9-Feb-12 1:25am    
post your solution that will help others.

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