Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > f4c6d82570d6aeb5e9ac6aa8d8ddccb1 > files > 66

boo-0.9.4.9-6.mga5.noarch.rpm

<%@ Page Language="Boo" %>
<script runat="server">
		def Page_Load(Sender as Object, E as EventArgs) :
			HelloWorld.Text = "Hello World From Boo in ASP!"  
			//test comment
</script>
<html>

<head>
<title>ASP.NET Hello World</title>
</head>
<body bgcolor="#FFFFFF">

<!--<p><%= "Hello World!" %></p> -->
<p><asp:label id="HelloWorld" runat="server" /></p>

</body>
</html>