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
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
Comment