Datepicker图标未显示在文件下载后

时间:2015-01-08 12:44:02

标签: c# jquery asp.net datepicker

文件下载后IE中未显示数据选择器图标。

在日期选择器图标消失后,我在按钮事件中使用了流动的代码。

ClientScript.RegisterStartupScript(this.GetType(), "load", "HideProgress
();window.location.href='DownloadFile.ashx';", true);

1 个答案:

答案 0 :(得分:0)

您可以使用以下代码:

ClientScript.RegisterStartupScript(this.GetType(), "load", "HideProgress();window.open('DownloadFile.ashx','_blank');", true);