悬赏园豆:20
[已关闭问题]
<P><STRONG>项目内有如下三个文件:Default.aspx,Default.aspx.cs,stone.cs。</STRONG></P>
<P><STRONG>Default.aspx的代码为:</STRONG></P>
<P><%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="myweb._Default" %></P>
<P><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</A>"></P>
<P><html xmlns="<A href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>" ><BR><head runat="server"><BR> <title>love</title><BR> </head><BR><body bgcolor="White"><BR> <form id="form1" runat="server"><BR> <div><BR> <br /><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR> <asp:Label ID="Label1" runat="server" Text="长度"></asp:Label><BR>&nbsp;&nbsp;&nbsp;<BR> <asp:TextBox ID="TextL" runat="server"></asp:TextBox><BR> <br /><BR> <br /><BR> <br /><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR> <asp:Label ID="Label2" runat="server" Text="宽度"></asp:Label><BR>&nbsp;&nbsp;&nbsp;<BR> <asp:TextBox ID="TextW" runat="server"></asp:TextBox><BR> <br /><BR> <br /><BR> <br /><BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR> <asp:Label ID="Label3" runat="server" Text="厚度"></asp:Label><BR>&nbsp;&nbsp;&nbsp;<BR> <asp:TextBox ID="TextH" runat="server"></asp:TextBox><BR> <br /><BR> <br /><BR> <br /><BR> <asp:Button ID="myButton" runat="server" onclick="myButton_Click" Text="计算结果" /><BR> <br /&am
设计无量
|
初学一级
|
园豆:
80
提问于:2008-06-05 20:56