The page is cached, so the decision not to cache it on the client side is to put this tag:
<%@ Outputcache Location="None"%>
before the page tag:
<%@ page >
The result is as follows:
<%@ OutputCache Location="None" %> <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
source share