home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
QuickStart
/
aspplus
/
samples
/
cache
/
outputcache1.aspx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-30
|
399 b
|
21 lines
<%@ OutputCache Duration="10" %>
<html>
<script language="C#" runat="server">
void Page_Load(Object sender, EventArgs e) {
TimeMsg.Text = DateTime.Now.ToString();
}
</script>
<body>
<h3><font face="Verdana">Using the Output Cache</font></h3>
<p><i>Last generated on:</i> <asp:label id="TimeMsg" runat="server"/>
</body>
</html>