Click here to Skip to main content
15,915,093 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: not moved Pin
albCode10-May-06 19:32
albCode10-May-06 19:32 
GeneralRe: not moved Pin
ptvce10-May-06 22:29
ptvce10-May-06 22:29 
QuestionSet Iframe width Pin
Insane D10-May-06 3:42
Insane D10-May-06 3:42 
AnswerRe: Set Iframe width Pin
leckey10-May-06 4:25
leckey10-May-06 4:25 
AnswerRe: Set Iframe width Pin
Insane D11-May-06 2:27
Insane D11-May-06 2:27 
QuestionBinding objectdatasource to an object Pin
moazzamahmed10-May-06 3:40
moazzamahmed10-May-06 3:40 
AnswerRe: Binding objectdatasource to an object Pin
minhpc_bk10-May-06 15:24
minhpc_bk10-May-06 15:24 
QuestionUnable to disable caching Pin
Mornz10-May-06 3:35
Mornz10-May-06 3:35 
Hi,

I think my problem is related to caching so here goes...

I have a web page in 'Application A' that retrieves data in the form of xml from a webservice exposed by 'Application B' - let's call it a list of tasks. The list of tasks is devided into two groups (outstanding and completed). Each task in the 'outstanding' list has a hyperlink. When the user clicks this hyperlink they are redirected to 'Application B' where they complete the task . 'Application B' sets the status of the completed task to 'completed'.
When the user returns to the list of tasks in 'Application A', the completed task needs to drop into the 'completed' list. This is however NOT happening, even if the page is refreshed (not even ctrl+F5 refreshes the lists). Upon testing I found that the data returned by 'Application B's webservice does refresh so the webservice is not the problem.

I have found if I reset IIS the page DOES refresh, so something is being cached somewhere.

I have tried the following so far...

In the code behind page I have included the following statements in the Page_Load() event handler
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetAllowResponseInBrowserHistory(false);

This didn't make a difference.

I have also tried a page directive:
<%@ OutputCache NoStore="true" Location="None" %>

This didn't work either. Frown | :(

Any ideas?

Regards,
Morné

Morné
AnswerRe: Unable to disable caching Pin
chinnasrihari10-May-06 3:42
chinnasrihari10-May-06 3:42 
GeneralRe: Unable to disable caching Pin
Mornz10-May-06 4:06
Mornz10-May-06 4:06 
Questionsmtp port Pin
Bhasker Pinninti10-May-06 2:38
Bhasker Pinninti10-May-06 2:38 
AnswerRe: smtp port Pin
chinnasrihari10-May-06 2:59
chinnasrihari10-May-06 2:59 
AnswerRe: smtp port Pin
chinnasrihari10-May-06 3:17
chinnasrihari10-May-06 3:17 
QuestionSecurity with WSE 3.0 Pin
dumser110-May-06 2:33
dumser110-May-06 2:33 
QuestionSystem.IO Problem? Pin
MudkiSekhon10-May-06 1:42
MudkiSekhon10-May-06 1:42 
AnswerRe: System.IO Problem? Pin
J4amieC10-May-06 2:10
J4amieC10-May-06 2:10 
GeneralRe: System.IO Problem? Pin
MudkiSekhon10-May-06 2:18
MudkiSekhon10-May-06 2:18 
GeneralRe: System.IO Problem? Pin
Paddy Boyd10-May-06 5:29
Paddy Boyd10-May-06 5:29 
GeneralRe: System.IO Problem? Pin
MudkiSekhon10-May-06 18:27
MudkiSekhon10-May-06 18:27 
GeneralRe: System.IO Problem? Pin
Paddy Boyd10-May-06 22:09
Paddy Boyd10-May-06 22:09 
QuestionOPEN XML Updation Pin
NICE TO MEET10-May-06 1:12
NICE TO MEET10-May-06 1:12 
QuestionHow to adjust the border of a listbox Pin
Insane D10-May-06 1:05
Insane D10-May-06 1:05 
AnswerRe: How to adjust the border of a listbox Pin
LongNguyen10-May-06 1:33
LongNguyen10-May-06 1:33 
GeneralRe: How to adjust the border of a listbox Pin
Insane D10-May-06 1:36
Insane D10-May-06 1:36 
AnswerRe: How to adjust the border of a listbox Pin
Guffa10-May-06 2:23
Guffa10-May-06 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.