Refresh button on mobilewebform not giving latest version of page

C

Chumley Walrus

I am trying to get a Refresh button to work on a mobilewebform that has
live sports scores. The code behind (C#) for the refresh button is:

private void Page_Load(object sender, System.EventArgs e)
{
if (!Page.IsPostBack)
PopulateDateList();
Response.Redirect("selfPage");
}


...and in the html header for the aspx page, I am using some cache tags:
<meta Http-Equiv="Cache-Control" Content="no-cache">
<meta Http-Equiv="Pragma" Content="no-cache">
<meta Http-Equiv="Expires" Content="0">

....but I still get no new version of the page when I hit the refresh
button.

??
Chumley
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top