Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > f4c6d82570d6aeb5e9ac6aa8d8ddccb1 > files > 72

boo-0.9.4.9-6.mga5.noarch.rpm

<%@Page Inherits="Boo.Examples.Web.YourName" %>
<html>
<body>
<form runat="server">
<center>
What's your name? <asp:TextBox id="_name" runat="server" />
<asp:Button runat="server" Text="Say it!" /><br />
<br />
<asp:Label id="_message" runat="server" /> <br />

</center>
</form>
</body>
</html>