try:Response.Buffer = true;
Response.ExpiresAbsolute = DateTime.Now.AddDays(-1);
Response.Expires = 0;
Response.CacheControl = "no-cache";

解决方案 »

  1.   

    两位理解错了我的意思了。
    你们说的方法是令网页过期,说得更明白点,
    我是要删除Temporary Internet Files中的图片,
    因为,在我提交网页的时候用的Temporary Internet Files中的图片,
    而服务器上的图片已经更新,需要我按F5才能刷新.
      

  2.   

    Internet临时文件夹中的文件你无法从你的网页上删除,这只能由客户端来执行。--------------------------------
    AspNetPager 免费分页控件3.0版发布,欢迎下载使用:http://www.webdiyer.com