Files
PHP-LDAP/divers/hello.aspx
2025-02-02 10:22:31 -08:00

13 lines
213 B
Plaintext

<%@ Page Language="VB" %>
<%
HelloWorld.Text = "Hello World"
%>
<html>
<head>
<title>ASP.NET Hello World</title>
</head>
<body bgcolor="#FFFFFF">
<p><asp:label id="HelloWorld"
runat="server" /></p>
</body>
</html>