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