index.aspx

来自「121 243453543452 54您提供的文件包」· ASPX 代码 · 共 23 行

ASPX
23
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?