日期:2014-05-17 浏览次数:20856 次
<html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Page</title> </head> <body> <form id="form1" runat="server" method="post" action=""> <div> <asp:Label ID="Label1" runat="server" Text="请输入您的姓名" Width="183px"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="提交" /></div> </form> </body> </html>