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:
Text File  |  2000-06-23  |  192 b   |  12 lines

  1. <%@ Page Language="C#" %>
  2.  
  3. <html>
  4.  
  5. <% String hello = "Hello World!"; %>
  6.  
  7. <body style="font: 10pt verdana">
  8. <h1><%=hello %></h3> <h1>Time: <% =DateTime.Now %> </h1>
  9.  
  10. </body>
  11. </html>
  12.