Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cache clear problem in ASP popup window.

Status
Not open for further replies.

Mahan

Technical User
Jul 30, 2002
1
US
I am facing problem with cache..after inserting values into DB i am tring to view the values in the popup window...where i am not getting the recent inserted values.
when i refresh the window at that time i am getting the values.

i am using all known commands

<%Response.Clear()
Response.AddHeader &quot;PRAGMA&quot;,&quot;NO-CACHE&quot;
response.CacheControl=&quot;private&quot;
response.Expires=0%>

can anybody help me
thanks inadvance
vijay.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top