Thread was being aborted Error ? In asp.net?

前端 未结 4 1798
失恋的感觉
失恋的感觉 2021-01-15 18:29

In web application, i am using code, to download the documnet which is uploaded, which is written in item command event of datalist, but it s giving error like \"Thread was

4条回答
  •  日久生厌
    2021-01-15 18:41

    You sure that doesn't happen in other code not shown ? usually you get that with when you redirect while inside a try-catch

提交回复
热议问题