pangolin_10
Member
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...
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...