Force Refresh

K

Kevin Spencer

JavaScript. Navigate the page back to it's own URL.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
P

Peter Rilling

You can pass any information the page needs in the querystring and then
redirect to that link. Sometimes that is what I do to prevent pages from
posting again when the user finishes their editing of the page. Suppose
that I have a Save button. When that is clicked, I don't simply want the
page to return as normal since the user could click Refresh and then post
the data again, so what I do is I simply do Response.Redirect to make the
browser think that it is actually going to a different page, essentially
resetting all postback form information.
 
C

Chris Kennedy

Is there anyway of refreshing a page with code so it is like the page
ispostback is false as when the page is first visited.
 

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

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top