文件下载后IE中未显示数据选择器图标。
在日期选择器图标消失后,我在按钮事件中使用了流动的代码。
ClientScript.RegisterStartupScript(this.GetType(), "load", "HideProgress
();window.location.href='DownloadFile.ashx';", true);
答案 0 :(得分:0)
您可以使用以下代码:
ClientScript.RegisterStartupScript(this.GetType(), "load", "HideProgress();window.open('DownloadFile.ashx','_blank');", true);