Ajax popup control is moving from link when page is scrolling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeshmca125
    New Member
    • Mar 2012
    • 1

    #1

    Ajax popup control is moving from link when page is scrolling

    Hi,

    I binded the Ajax popup control with one link. whenever i need to click link the popup is displaying. i designed in a grid.where one column contains multiple links and each links contains popup.
    Issue is when i clicked link its displaying popup below the link. at the same time if i scrolling my page the popup is also moving up-down.
    ex: few codes are as below and please find attached screenshot:
    <ajaxToolkit:Po pupControlExten der ID="popupAction " Position="Botto m" TargetControlID ="lnkUserAction "
    runat="server" PopupControlID= "pnlAction" />
    <asp:Panel runat="server" ID="pnlAction" CssClass="popup Menu">
    <IO:ImageLinkBu tton ID="lnkView" ImageUrl="~/Images/StandardSummary Images/folder.png"
    runat="server" />
    </asp:Panel>

    please give good solution.

    Thanks,
    Rajesh
  • zealmurali
    New Member
    • Mar 2012
    • 2

    #2
    Hi Rajesh,

    You need use the Ajax Control Toolkit ModalPopup control to resolve this issue and set the property RepositionMode= "RepositionOnWi ndowResizeAndSc roll".

    Please refer the link "http://www.asp.net/ajaxlibrary/act_ModalPopup. ashx"

    Please check and let me know if you need any other suggestions.

    Comment

    Working...