Listing 23-42 extracted from chapter ASP.NET 2
Listing 23-41< > Listing 23-43
<%@ Page Language="C#" %> <%@ OutputCache Duration="60" VaryByParam="none" %> <html xmlns="http://www.w3.org/1999/xhtml" > <body> <% Response.Write("Page generated at : " + DateTime.Now); %> </body> </html>