Dee*_*Dee 3 asp.net asp.net-ajax
我有一个UpdateProgress控件来激活按钮控件的回发.button_click事件正在执行Response.Redirect以显示CSV报告.报告出现,UpdateProgress栏正在按钮上旋转页面.但是,一旦用户关闭报表并将控件返回到页面,UpdateProgress图像仍然在旋转.
如何使用UpdateProgress栏完成并消失?
小智 6
这个链接对我有帮助.
简而言之,用这样的Response.Redirect东西代替.
ScriptManager.RegisterClientScriptBlock(
Me, Me.GetType(), "Download", "window.location='CSV_report.aspx';", True)
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7426 次 |
| 最近记录: |