Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
"Async request failed" error message displaying when image button clicks inside webdatagrid
posted

HI,

Only in firefox browser "Async request failed" error message displaying when user clicks on image button which present inside webdatagrid to download particular row file.

Please find the following code for the particular column section

<ig:TemplateDataField Key="FilePath" Header-Text ="Download" CssClass="Future_Style_StringField">
<ItemTemplate>
<asp:ImageButton OnClick ="lnkPdfDownload_Click" ID="imgPDF" runat="server" CommandArgument= '<%# Eval("FilePath") %>' ImageUrl="~/images/pdf_icon_16x16.gif" ToolTip ="PDF" />
</ItemTemplate>
<Header Text="Download" />
</ig:TemplateDataField>

  • 20255
    Offline posted

    Hello Mahendra,

    Based on the provided code snipped I cannot assume what can cause such issue.

    Could you please share a small sample that is reproducing the issue that you've described in order to investigate it further for you, since this is not a known issue for us.

    Looking forward to hearing from you.

  • 20255
    Offline posted

    I am just checking, if you require any further assistance on the matter.