Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Refresh page afer update classic ASP

LEGEND ,
Jun 06, 2008 Jun 06, 2008
Hi all.........
I have an update page in my admin.
I'm using commands to update the record to allow me to update two tables at
once.
The page form doesn't go anywhere so when i click the update button, the
same update page loads.
The problem is, i have to manually refresh the page to see the changes i've
made in the update form text fields.

How can i get the fields to display the updated content?

Thanks
Andy

PS I've tried the following:
<meta http-equiv="pragma" content="no-cache">

<%
'Response.ExpiresAbsolute = #1999-01-01#
'Response.AddHeader "pragma", "no-cache"
'Response.AddHeader "cache-control", "private, no-cache,
must-revalidate"
%>

But these don't do it


TOPICS
Server side applications
563
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 07, 2008 Jun 07, 2008
LATEST
I redirect to the same page. Sometimes I need url string and sometimes
not depending how it is set up.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines