home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 40
/
IOPROG_40.ISO
/
SOFT
/
NETFrameworkSDK.exe
/
comsdk.cab
/
samples.exe
/
Remoting
/
RemStart
/
helloworld.aspx
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-06-23
|
192 b
|
12 lines
<%@ Page Language="C#" %>
<html>
<% String hello = "Hello World!"; %>
<body style="font: 10pt verdana">
<h1><%=hello %></h3> <h1>Time: <% =DateTime.Now %> </h1>
</body>
</html>