1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login1.aspx.cs" Inherits="Login1" %> 2 3 <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %> 4 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <body> 6 <mobile:Form ID="Form1" Runat="server"> 7 <mobile:Label ID="Label3" Runat="server">【老板电器促销员数据采集系统】</mobile:Label> 8 <mobile:Label ID="Label1" Runat="server">用户名</mobile:Label> 9 <mobile:TextBox ID="txtUser" Runat="server"> 10 </mobile:TextBox> 11 <mobile:Label ID="Label2" Runat="server" Style=" width:100em">密 码</mobile:Label> 12 <mobile:TextBox ID="txtpwd" Runat="server" Password="True"> 13 </mobile:TextBox> 14 <mobile:Label ID="lblMsg" Runat="server" ForeColor="Red"> 15 </mobile:Label> 16 <mobile:Label ID="lblVer" Runat="server" ForeColor="Red"> 17 </mobile:Label> 18 <mobile:Command ID="btnLogin" Runat="server" OnClick="btnLogin_Click">登录</mobile:Command> 19 </mobile:Form> 20 </body> 21 </html>
请问你的问题解决了吗?