CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Wishes

 Auto-refresh option some place in IDE for form

Print topic Send  topic

Author Message
Pete
Posted: 10/10/2005, 11:57 AM

Hi,
Many times I want to force an auto-refresh when a page loads. In the event I made changes and want the most current published version showing and by passing the cache.
This I do now by manually adding code into the page:

<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>

This ensures that your pages are never cached no matter what browser settings your users have.
Since this is quite simple and known code, an option in the form's properties set as True, or False would be welcome.

Pete,

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.