hi,
iam have two pages sample1.aspx and sample2.aspx.
When i am trying to re-directing sample1.aspx from sample2.aspx,
using response.redire ct("sample1.asp x").
and when i try to refresh the sample1.aspx page, by clearing the catch using the following code,even its not refreshing.
Response.Buffer = true;
Response.Expire sAbsolute = DateTime.Now.Ad dDays(-1);
Response.Expire s = -1;
Response.CacheC ontrol = "no-cache";
Can any one please find a solution for refreshing in asp.net
Thanks.
Onlineaccident
iam have two pages sample1.aspx and sample2.aspx.
When i am trying to re-directing sample1.aspx from sample2.aspx,
using response.redire ct("sample1.asp x").
and when i try to refresh the sample1.aspx page, by clearing the catch using the following code,even its not refreshing.
Response.Buffer = true;
Response.Expire sAbsolute = DateTime.Now.Ad dDays(-1);
Response.Expire s = -1;
Response.CacheC ontrol = "no-cache";
Can any one please find a solution for refreshing in asp.net
Thanks.
Onlineaccident
Comment