⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mobilewebform1.aspx

📁 Microsoft?ASP.NET Programming with Microsoft Visual C#?.NET Version 2003 Step By Step
💻 ASPX
字号:
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs" Inherits="Chapter_08_Mobile.MobileWebForm1" AutoEventWireup="false" %>
<HEAD>
    <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" content="C#">
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
    <mobile:Form id="Form1" runat="server">
        <mobile:Label id="Label1" runat="server">What's your favorite ice cream?</mobile:Label>
        <mobile:SelectionList id="SelectionList1" runat="server">
            <Item Value="Chocolate" Text="Chocolate"></Item>
            <Item Value="Strawberry" Text="Strawberry"></Item>
            <Item Value="Vanilla" Text="Vanilla"></Item>
        </mobile:SelectionList>
        <mobile:Command id="Command1" runat="server">Enter</mobile:Command>
    </mobile:Form>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -