📄 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="MobileTimeRetriever.MobileWebForm1" AutoEventWireup="false" %>
<meta name="GENERATOR" content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" content="C#">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="frmOptions" runat="server">
<P>
<mobile:Label id="lblCurrentTime" runat="server" Font-Bold="True">The current time in New York is:</mobile:Label>
<mobile:Label id="lblCurTime" runat="server">Label</mobile:Label>
</P>
<P>
<mobile:Label id="lblRegion" runat="server" Font-Bold="True">Select a new location below:</mobile:Label>
<mobile:SelectionList id="lstLocations" runat="server">
<Item Value="1" Text="London" Selected="True"></Item>
<Item Value="2" Text="Moscow"></Item>
<Item Value="3" Text="Bankok"></Item>
<Item Value="4" Text="Singapore"></Item>
<Item Value="5" Text="Sydney"></Item>
</mobile:SelectionList>
</P>
<P>
<mobile:Command id="cmdFindTime" runat="server">Find Time</mobile:Command>
</P>
</mobile:Form>
<mobile:Form id="frmResult" runat="server">
<P>
<mobile:Label id="lblSelLoc" runat="server">You selected: </mobile:Label>
</P>
<P>
<mobile:Label id="lblTime" runat="server" Font-Bold="True">Time:</mobile:Label>
</P>
<P>
<mobile:Label id="lblOrgLoc" runat="server">(as of EST)</mobile:Label>
</P>
<P>
<mobile:Command id="cmdBack" runat="server">Back</mobile:Command>
</P>
</mobile:Form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -