📄 index.aspx
字号:
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<%@ Page language="c#" Codebehind="index.aspx.cs" Inherits="wapmove.MobileWebForm1" AutoEventWireup="false" %>
<HEAD>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="http://schemas.microsoft.com/Mobile/Page" name="vs_targetSchema">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:form id="Form2" runat="server" Paginate="True"><p>分类 </p>
<mobile:ObjectList id="ObjectList1" runat="server" ItemsPerPage="2" LabelStyle-StyleReference="title"
CommandStyle-StyleReference="subcommand">
<DeviceSpecific>
<Choice>
<ItemTemplate>
<mobile:Link Runat="server" Text='<%# ((ObjectListItem)Container)["name"] %>' NavigateUrl='<%# "showclass.aspx?id="+((ObjectListItem)Container)["id"]%>' ID="Title" NAME="Title">
</mobile:Link>
</ItemTemplate>
</Choice>
</DeviceSpecific>
</mobile:ObjectList>
</mobile:form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -