📄 mobilewebform1.aspx
字号:
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" %>
<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs" Inherits="CarCare.MobileWebForm1" AutoEventWireup="false" %>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="http://schemas.microsoft.com/Mobile/Page" name="vs_targetSchema">
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<P>
<P>
<mobile:form id="frmLogon" runat="server">
<P>
<mobile:Label id="Label1" runat="server" Font-Bold="True">Please Log On</mobile:Label>Logon
Name:
<mobile:TextBox id="TextBox1" runat="server"></mobile:TextBox>
<mobile:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="Please provide a valid logon name"></mobile:RequiredFieldValidator>Password:
<mobile:TextBox id="TextBox2" runat="server" Password="True"></mobile:TextBox>
<mobile:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" ErrorMessage="Please provide a valid password"></mobile:RequiredFieldValidator>
<mobile:Command id="cmdSubmit" runat="server">Submit</mobile:Command>
<mobile:Label id="lblMessage" runat="server" Font-Bold="True" Visible="False"></mobile:Label></P>
</mobile:form>
</P>
<P>
<mobile:form id="frmSelectOption" runat="server">
<mobile:Label id="Label2" runat="server" Font-Bold="True">Please select an option:</mobile:Label>
<mobile:SelectionList id="lstOptions" runat="server" SelectType="Radio" Rows="2">
<Item Value="viewPending" Text="View Pending Calls" Selected="True"></Item>
<Item Value="showUnattended" Text="Show Unattended Calls"></Item>
</mobile:SelectionList>
<mobile:Command id="cmdLoad" runat="server">Query</mobile:Command>
</mobile:form>
</P>
<P>
<mobile:form id="frmPending" runat="server">
<mobile:Label id="Label3" runat="server" Font-Bold="True">Pending Calls</mobile:Label>
<mobile:SelectionList id="lstPending" runat="server" SelectType="CheckBox"></mobile:SelectionList>
<mobile:Command id="cmdUpdate" runat="server" DESIGNTIMEDRAGDROP="39">Mark checked as complete</mobile:Command>
<mobile:Command id="cmdBack1" runat="server">Back</mobile:Command>
</mobile:form>
</P>
<P>
<mobile:form id="frmUnattended" runat="server">
<mobile:Label id="Label4" runat="server" Font-Bold="True">Unattended Calls</mobile:Label>
<mobile:SelectionList id="lstUnattended" runat="server" SelectType="CheckBox"></mobile:SelectionList>
<mobile:Command id="cmdAcceptCall" runat="server">Accept checked call(s)</mobile:Command>
<mobile:Command id="cmdBack2" runat="server">Back</mobile:Command>
</mobile:form>
</P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
<P> </P>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -