navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

ASP Refresh problems

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> ASP Refresh problems
Page: [1]
 
calmstorm

 

Posts: 16
Joined: 6/17/2002
From:
Status: offline

 
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

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
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.

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to calmstorm)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> ASP Refresh problems
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts