cache problem

pangolin_10

Member
Joined
Sep 2, 2005
Messages
14
Location
India
Programming Experience
1-3
hi,
i have a button on a web page(webform1) that when clicked takes me to webform2. there i do some job and on clicking a button on webform2, i am redirected to webform1. now when i perform the task on webform2 , that task will be reflected on webform1 when i am redirected back to webform1. my problem is , when i am redirected from webform2 to webform1 , the webform1 that is present in the cache is being showed, without any context to the task that has been performed in webform2. i specified the outputcache duration in both pages as %@OutputCache Duration="1" VaryByParam="None"% and also specified page.response.expires=1 in both pages, but still no solution. plzzzz help...
 
re:response.cache.setnostore

nopes, not wrkin. i think i missed out something to tell u.
the 1st webform is a page having 2 iframes, one of which is static and the other one dynamic. now anything?
 
Back
Top