ASP Refresh problems (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


calmstorm -> ASP Refresh problems (7/18/2002 12:43:20)

I have created a new DB with FP DRW. I am able to add records successfully - my problem however lies in the results page.

The only way I can see the new records added is by REFRESHING the screen. What have I missed. I' v never had this problem in previous attempts

please help




Spooky -> RE: ASP Refresh problems (7/19/2002 18:06:14)

Try some of these tricks by placing this code at the top of that DRW page

<%
Response.Expires=-1
Response.ExpiresAbsolute = Now()-1
Response.AddHeader " Cache-Control" ," no-cache"
Response.AddHeader " Pragma" , " no-cache"
Response.AddHeader " cache-control" , " no-store, must-revalidate, private"
%>

It may force the DRW to refresh.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.078125