آرشیو برای تیر ۱۷م, ۱۳۸۵

Offline

 وقتی ایمیلی را در یاهو چک کنید در حالت آفلاین صفحه مورد نظر قابل مشاهده نیست

نمونه کد در دات نت  

private void Page_Load(object sender, System.EventArgs e)
{
   if(!Page.IsPostBack)
   {
      Response.CacheControl = quot;no-cachequot; ;
      Response.AddHeader( quot;Pragmaquot;, quot;no-cachequot; );
      Response.Expires = -1 ;
   }
}