Click here to Skip to main content
15,880,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted
Updated 4-Jan-15 2:00am
v2
Comments
DamithSL 28-Dec-14 5:52am    
update the question with your aspx page load code

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900