在asp.net中刷新水晶报道!! [英] refreshing crystal reports in asp.net !!

查看:79
本文介绍了在asp.net中刷新水晶报道!!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在IIS 7.5中部署了我的网站,当我点击按钮打开包含报告的页面时,我第一次得到一个空白页面,但是当我刷新页面时没关系。它发生在第一次加载时。我怎么能解决这个问题呢?



请帮帮我。谢谢。

I deployed my website in IIS 7.5, when i click on the button to open the page that contain the report, i get a blank page for the first time,but when i refresh the page it's ok. it's happened just for the first load. how can i fix this problem ?

please help me.Thanks in advance.

推荐答案

使用这个用于自动刷新页面的代码

Response.AppendHeader(刷新,0);



0是时间段之后你要刷新你的页面
use this code to refresh your page automatically
Response.AppendHeader("Refresh","0");

"0" is the time period after which you want to refresh your page


这篇关于在asp.net中刷新水晶报道!!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆