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
3788
[System.Threading.ThreadAbortException] = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}
posted

Hi,

On WebExporerBar clicked action, i am exporting the grid data into the Excel,

but On exporting the data i am getting the ThreadAbortException,

while my data is exported into the file.

after this if i clicked on any other ExplorerBar action it always give me "export to excel" action

Why does this problem?

how can i remove this problem?

[System.Threading.ThreadAbortException] = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}

  <ig:WebExcelExporter ID="gridExporter" runat="server" ExportMode="Download" EnableStylesExport="false"
    DataExportMode="AllDataInDataSource">