Ask a Question related to ASP.NET General, Design and Development.
-
brian lanning #1
Problem with refresh button breaking automatic refresh
As a public service, I'm posting the solution to a problem I had. The
bizarre thing is that I think this should have created an error.
Instead, it sort of worked, but not quite. Many are familiar with
this line:
<meta http-equiv="refresh"; content="10";url="DataForm.aspx">
Instead, I inadvertently made it look like this:
<meta http-equiv="refresh" content='10;url="DataForm.aspx"'>
The result was that the auto refresh worked, but only until the user
clicked the refresh button in the browser. After clicking the button,
the auto refresh wouldn't work anymore.
I wish this had been reported as a syntax error or something similar.
It almost slipped through integration testing.
brian
brian lanning Guest
-
Automatic page refresh
How do I get a page to automatically jump to the next page without the user having to click on a link? -
Refresh button
I have several web service calls populating various datagrids and charts. What is the best way to approach a refresh button to refresh whatever data... -
using refresh button on the menu bar to refresh two frames.
All, I have an ASP site that uses frames two frames. (yes I should be using include files, but we started ou using frames so we have been stuck... -
Automatic refresh of snapshot is failing
Hello All, (Oracle 8.1.7.0.0, running on NT4 SP6) I have a snapshot set up to refresh daily. The setup of the snapshot is: CREATE... -
Refresh of directory listing not automatic anymore
On Wed, 9 Jul 2003 08:39:02 -0700, "Frank Mulligan" <mulligan@firstinvestors.com> wrote: Frank, I remember this change in Explorer's behavior...



Reply With Quote

